Skip to content

Commit

Permalink
Updated workflow step title
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiefeiss committed Jan 24, 2024
1 parent 2f74ed5 commit 1de4154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
id: version
run: echo "VALUE=$(npx --yes semver ${{ github.event.release.tag_name }})" >> "$GITHUB_OUTPUT"

- name: Update project version and zip file
- name: Update project version
run: |
npm version ${{ steps.version.outputs.VALUE }} --no-git-tag-version
Expand Down

0 comments on commit 1de4154

Please sign in to comment.