Commit 5046562 Sangmin Lee
committed
1 parent df128cf commit 5046562 Copy full SHA for 5046562
File tree 1 file changed +2
-6
lines changed
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 14
14
- name : Checkout
15
15
uses : actions/checkout@v3
16
16
with :
17
- ref : ' develop'
18
17
fetch-depth : 0
18
+ token : ' ${{ secrets.WORKFLOW_TOKEN }}'
19
19
20
20
- name : Determine Version Bump Type And Bump version using git tags
21
21
id : set_tag
@@ -70,14 +70,10 @@ jobs:
70
70
git config user.name "LeeSM0518"
71
71
git config user.email "nalsm98@naver.com"
72
72
git tag "$NEW_TAG"
73
+ git push origin "$NEW_TAG"
73
74
74
75
# 출력 변수를 GitHub Actions에 전달 (GITHUB_OUTPUT)
75
76
echo "tag=$NEW_TAG" >> $GITHUB_OUTPUT
76
- - name : Push Tag
77
- uses : ad-m/github-push-action@master
78
- with :
79
- branch : develop
80
- github_token : ' ${{ secrets.WORKFLOW_TOKEN }}'
81
77
82
78
create_openapi :
83
79
needs : versioning
You can’t perform that action at this time.
0 commit comments