We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a08a04 commit d0a1248Copy full SHA for d0a1248
1 file changed
.github/workflows/major-version.yml
@@ -1,4 +1,4 @@
1
-# This workflow uses the Actions Tagger action, which is a viable alternative to Latest Tag.
+# This workflow uses the Actions Tagger action, which is a viable alternative to Latest Tag.
2
# If you want to see an example on how to use Latest Tag, please check out the latest-tag.yml file in this directory.
3
4
name: Keep the major versions up-to-date
@@ -9,8 +9,8 @@ on:
9
10
jobs:
11
actions-tagger:
12
- runs-on: windows-latest
+ runs-on: ubuntu-latest
13
steps:
14
- - uses: Actions-R-Us/actions-tagger@latest
+ - uses: Actions-R-Us/actions-tagger@v1
15
env:
16
GITHUB_TOKEN: "${{secrets.GITHUB_TOKEN}}"
0 commit comments