Skip to content

Commit

Permalink
update actions and README to use 'latest' tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ratrocket committed Sep 17, 2024
1 parent 50c86ee commit 4618092
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tag-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: "fake it"
run: echo "ok"

- uses: "marvinpinto/action-automatic-releases@latest"
- uses: "ratrocket/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: |
echo "done!"
- uses: "ratrocket/action-automatic-releases@v1.0.1"
- uses: "ratrocket/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
run: |
echo "done!"
- uses: "ratrocket/action-automatic-releases@v1.0.1"
- uses: "ratrocket/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
run: |
echo "done!"
- uses: "ratrocket/action-automatic-releases@v1.0.1"
- uses: "ratrocket/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
Expand Down

0 comments on commit 4618092

Please sign in to comment.