Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run the major tag on every release #179

Merged
merged 1 commit into from Sep 13, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 1 addition & 8 deletions .github/workflows/main.yml
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