Skip to content

Commit a31700f

Browse files
committed
CI : version support
1 parent 171d5f0 commit a31700f

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,15 @@ jobs:
2626
git config --local user.email "functional-json-github-actions@users.noreply.github.com"
2727
git config --local user.name "jfunctional-json-github-actions"
2828
./gradlew release -Prelease.useAutomaticVersion=true -Prelease.releaseVersion=${{ github.event.inputs.releaseVersion }} -Prelease.newVersion=${{ github.event.inputs.nextVersion }}
29-
- name: push tag
30-
uses: ad-m/github-push-action@master
31-
with:
32-
branch: master
33-
tags: true
34-
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
29+
- name: Push tag
30+
run: |
31+
git push --tags
32+
# - name: push tag
33+
# uses: ad-m/github-push-action@master
34+
# with:
35+
# branch: master
36+
# tags: true
37+
# github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
3538
- name: Create a Release
3639
id: create_release
3740
uses: actions/create-release@v1.1.4

0 commit comments

Comments
 (0)