Skip to content

Commit d0a1248

Browse files
committed
Fix automatic latest push?
1 parent 3a08a04 commit d0a1248

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This workflow uses the Actions Tagger action, which is a viable alternative to Latest Tag.
1+
# This workflow uses the Actions Tagger action, which is a viable alternative to Latest Tag.
22
# If you want to see an example on how to use Latest Tag, please check out the latest-tag.yml file in this directory.
33

44
name: Keep the major versions up-to-date
@@ -9,8 +9,8 @@ on:
99

1010
jobs:
1111
actions-tagger:
12-
runs-on: windows-latest
12+
runs-on: ubuntu-latest
1313
steps:
14-
- uses: Actions-R-Us/actions-tagger@latest
14+
- uses: Actions-R-Us/actions-tagger@v1
1515
env:
1616
GITHUB_TOKEN: "${{secrets.GITHUB_TOKEN}}"

0 commit comments

Comments
 (0)