Skip to content

Commit

Permalink
chore(frame-events): updating workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SirPhemmiey committed Jul 9, 2024
1 parent 3e75eb6 commit 590ca3d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,12 @@ jobs:
- name: Build package
run: yarn build

- name: Another Step
run: |
echo "The new version is ${{ env.NEW_VERSION }}"
shell: bash

- name: Publish package
run: yarn publish --tag ${{ env.NEW_VERSION }}" --registry https://npm.pkg.github.com --access public
run: yarn publish --tag "${{ env.NEW_VERSION }}" --registry https://npm.pkg.github.com --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_ACCESS_TOKEN }}

0 comments on commit 590ca3d

Please sign in to comment.