We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56340ae commit a0ab34bCopy full SHA for a0ab34b
.github/workflows/release.yml
@@ -76,7 +76,7 @@ jobs:
76
- name: Build Application PHAR
77
run: .github/build-phar.sh
78
79
- - name: Get Git Version
+ - name: Geting Tag Name
80
id: get-version
81
run: echo ::set-output name=version::${GITHUB_REF#refs/tags/}
82
@@ -86,6 +86,8 @@ jobs:
86
- name: Create Release
87
uses: ncipollo/release-action@v1
88
with:
89
+ # This token is provided by GitHub Actions.
90
+ # You DO NOT need to create your own token.
91
token: ${{ secrets.GITHUB_TOKEN }}
92
name: ${{ steps.get-version.outputs.version }}
93
tag: ${{ steps.get-version.outputs.version }}
0 commit comments