Skip to content

Commit a32f200

Browse files
chore: 📝 updated example provided in readme
Updated the example workflow template that is provided in the readme to use the tagged version instead of the branch name.
1 parent e445dd1 commit a32f200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919

2020
jobs:
2121
npm-publish:
22-
uses: devshareacademy/shared-workflows/.github/workflows/publish-package.yml@main
22+
uses: devshareacademy/shared-workflows/.github/workflows/publish-package.yml@v1.0.0
2323
secrets:
2424
npm_token: ${{ secrets.NPM_TOKEN }}
2525
gh_token: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)