-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: tag major version after changelog publication (#11)
- Loading branch information
1 parent
e7959fd
commit 631f66d
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|
@@ -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 }} |