Skip to content

Commit

Permalink
CI: correct tag workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dex4er committed Jan 15, 2025
1 parent 0e69e08 commit d796b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Get version from package.json
id: package-json
run: |
echo "version=$(jq -r .version package.json)" >> $GITHUB_OUTPUT
echo "version=$(jq -r .version freelens/package.json)" >> $GITHUB_OUTPUT
- name: Create tag from the main branch
if: steps.package-json.outputs.version
Expand Down

0 comments on commit d796b9b

Please sign in to comment.