Skip to content

Commit

Permalink
Fix automatic latest push?
Browse files Browse the repository at this point in the history
  • Loading branch information
EndBug committed Mar 9, 2020
1 parent 3a08a04 commit d0a1248
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/major-version.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 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.
# If you want to see an example on how to use Latest Tag, please check out the latest-tag.yml file in this directory.

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

jobs:
actions-tagger:
runs-on: windows-latest
runs-on: ubuntu-latest
steps:
- uses: Actions-R-Us/actions-tagger@latest
- uses: Actions-R-Us/actions-tagger@v1
env:
GITHUB_TOKEN: "${{secrets.GITHUB_TOKEN}}"

0 comments on commit d0a1248

Please sign in to comment.