Skip to content

Commit

Permalink
ci: tag major version after changelog publication (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tchoupinax authored Nov 27, 2024
1 parent e7959fd commit 631f66d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ jobs:
app-id: ${{ secrets.DEPLOY_APP_ID }}
private-key: ${{ secrets.DEPLOY_APP_KEY }}

- name: Update major tag to ${{ github.ref_name }}
uses: actions/[email protected]
with:
source-tag: ${{ github.ref_name }}

- uses: actions/checkout@v4
with:
token: ${{ steps.app-token.outputs.token }}
Expand All @@ -43,3 +38,8 @@ jobs:
branch: main
commit_message: "docs: update CHANGELOG.md for ${{ github.ref_name }} [skip ci]"
file_pattern: CHANGELOG.md

- name: Update major tag to ${{ github.ref_name }}
uses: actions/[email protected]
with:
source-tag: ${{ github.ref_name }}

0 comments on commit 631f66d

Please sign in to comment.