Skip to content

Commit

Permalink
Update update-major-tag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrohdezma authored Jun 16, 2022
1 parent e32fcb2 commit 6437c4b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/update-major-tag.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
name: Update Major Version Tag

on:
push:
tags:
- "v*"
release:
types: [published]

jobs:
update-major-version-tag:
name: Update Major Version Tag
runs-on: ubuntu-latest
steps:
- uses: nowactions/update-majorver@be25c5301723e95e520a4ee375d399d6a30fe6e7 # v1.0.0
- uses: nowactions/update-majorver@f2014bbbba95b635e990ce512c5653bd0f4753fb # v1.1.2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6437c4b

Please sign in to comment.