Skip to content

Commit

Permalink
Pin versions in GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
jonikorpi committed Dec 13, 2023
1 parent 36c512f commit 95b5966
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag-release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# If the version has changed, create a new git tag for it.
- name: Tag
id: autotagger
uses: butlerlogic/action-autotag@stable
uses: butlerlogic/action-autotag@1.1.2
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

Expand All @@ -42,6 +42,6 @@ jobs:
- name: Publish
id: publish
if: steps.autotagger.outputs.tagname != ''
uses: author/action-publish@stable
uses: author/action-publish@1.0.0
env:
REGISTRY_TOKEN: "${{ secrets.NPM_TOKEN }}"

0 comments on commit 95b5966

Please sign in to comment.