Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
07f86bcdc4 | ||
|
|
3a3ec498d8 | ||
|
|
ee137444f0 |
7
.github/workflows/sync-release-version.yml
vendored
7
.github/workflows/sync-release-version.yml
vendored
@@ -19,13 +19,16 @@ jobs:
|
|||||||
- name: Generate new tag
|
- name: Generate new tag
|
||||||
id: generate-tag
|
id: generate-tag
|
||||||
run: |
|
run: |
|
||||||
|
git config --local user.email "github-actions[bot]@users.noreply.github.com"
|
||||||
|
git config --local user.name "github-actions[bot]"
|
||||||
git tag -a ${{ steps.branch-name.outputs.tag }}-sec -m "Security release for ${{ steps.branch-name.outputs.tag }}"
|
git tag -a ${{ steps.branch-name.outputs.tag }}-sec -m "Security release for ${{ steps.branch-name.outputs.tag }}"
|
||||||
|
|
||||||
- name: Push tag
|
- name: Push tag
|
||||||
uses: adm/git-push@master
|
uses: ad-m/github-push-action@master
|
||||||
with:
|
with:
|
||||||
args: --follow-tags
|
tags: true
|
||||||
github_token: ${{ secrets.PAT_TOKEN }}
|
github_token: ${{ secrets.PAT_TOKEN }}
|
||||||
|
branch: sec
|
||||||
|
|
||||||
update-version:
|
update-version:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user