Skip to content

Commit

Permalink
modified tag job
Browse files Browse the repository at this point in the history
  • Loading branch information
g3k0 committed Apr 12, 2024
1 parent ec840ef commit 1dc4db0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- main

env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
tagVersion:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -32,4 +34,6 @@ jobs:
git config user.email github-actions@github.com
- name: Tag the release with the version
run: node ci --function tagRelease
run: node ci --function tagRelease
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1dc4db0

Please sign in to comment.