File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments