Skip to content

Commit

Permalink
ci: fix incorrect GitHub Action uses entry
Browse files Browse the repository at this point in the history
  • Loading branch information
mikerourke committed Jan 3, 2025
1 parent 556ca20 commit 937cda6
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 @@ -26,6 +26,6 @@ jobs:
run: npm run build

- name: Publish to npm
uses: @laserware/propellant@ac29dc383db0220ff02dba078fafeb6b18b98d1c
uses: laserware/propellant@ac29dc383db0220ff02dba078fafeb6b18b98d1c
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 937cda6

Please sign in to comment.