Skip to content

Commit

Permalink
ci: don't use @latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed Jan 15, 2023
1 parent 28553f7 commit 5cb20d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
- name: Update tag
uses: Actions-R-Us/actions-tagger@v2
with:
publish_latest_tag: true
publish_latest_tag: false
token: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
fetch-depth: 0

- name: Development Freezer
uses: redhat-plumbers-in-action/devel-freezer@latest
uses: redhat-plumbers-in-action/devel-freezer@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
```
Expand Down Expand Up @@ -109,7 +109,7 @@ Action currently accepts the following options:
```yml
# ...
- uses: redhat-plumbers-in-action/devel-freezer@latest
- uses: redhat-plumbers-in-action/devel-freezer@v1
with:
token: <GitHub token>
Expand Down

0 comments on commit 5cb20d2

Please sign in to comment.