Skip to content

Commit

Permalink
Checkout during tag action
Browse files Browse the repository at this point in the history
  • Loading branch information
giggio committed Sep 22, 2023
1 parent e77c025 commit 13b621c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ jobs:
name: Create Tag
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- run: |
VERSION=`node --eval 'console.log(require("./package.json").version)'`
echo "VERSION=$VERSION" >> "$GITHUB_OUTPUT"
id: version
name: Run update
name: Get version number
- uses: actions/github-script@v6
name: Create tag
Expand Down

0 comments on commit 13b621c

Please sign in to comment.