Skip to content

Commit

Permalink
Merge pull request #179 from sbe-arg/major
Browse files Browse the repository at this point in the history
run the major tag on every release
  • Loading branch information
sbe-arg authored Sep 13, 2022
2 parents 9233ef9 + 7af34ec commit f8ad7df
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,12 @@ jobs:
with:
fetch-depth: '0'

- uses: stefanzweifel/git-auto-commit-action@v4
id: git_auto_commit
with:
commit_message: Bump version

- name: version-tag
uses: anothrNick/github-tag-action@1.42.0 # another pr require to move this to v1
if: steps.git_auto_commit.outputs.changes_detected == 'true'
uses: anothrNick/github-tag-action@1.42.0 # another pr require to move this to 1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: version-tag-major
if: steps.git_auto_commit.outputs.changes_detected == 'true'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
Expand Down

0 comments on commit f8ad7df

Please sign in to comment.