Skip to content

Commit d1df454

Browse files
committed
GithubActions try auto-tag
1 parent f4a9bd7 commit d1df454

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
uses: actions/checkout@v2
6262
- uses: Klemensas/action-autotag@stable
6363
with:
64-
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
64+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6565
tag_prefix: "v"
6666
#tag_suffix: " (beta)"
6767
#tag_message: "Custom message goes here."
@@ -80,7 +80,7 @@ jobs:
8080

8181
# publish if the version number in package.json differs from the latest on NPM
8282
publish:
83-
needs: test
83+
needs: tag
8484
runs-on: ubuntu-latest
8585
steps:
8686
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)