Skip to content

Commit a0ab34b

Browse files
committed
Added comment regarding GITHUB_TOKEN
1 parent 56340ae commit a0ab34b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- name: Build Application PHAR
7777
run: .github/build-phar.sh
7878

79-
- name: Get Git Version
79+
- name: Geting Tag Name
8080
id: get-version
8181
run: echo ::set-output name=version::${GITHUB_REF#refs/tags/}
8282

@@ -86,6 +86,8 @@ jobs:
8686
- name: Create Release
8787
uses: ncipollo/release-action@v1
8888
with:
89+
# This token is provided by GitHub Actions.
90+
# You DO NOT need to create your own token.
8991
token: ${{ secrets.GITHUB_TOKEN }}
9092
name: ${{ steps.get-version.outputs.version }}
9193
tag: ${{ steps.get-version.outputs.version }}

0 commit comments

Comments
 (0)