Skip to content

Commit

Permalink
GithubActions try auto-tag
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianpraja committed Nov 7, 2021
1 parent f4a9bd7 commit d1df454
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: actions/checkout@v2
- uses: Klemensas/action-autotag@stable
with:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
tag_prefix: "v"
#tag_suffix: " (beta)"
#tag_message: "Custom message goes here."
Expand All @@ -80,7 +80,7 @@ jobs:

# publish if the version number in package.json differs from the latest on NPM
publish:
needs: test
needs: tag
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit d1df454

Please sign in to comment.