Merge branch 'main' into sec

This commit is contained in:
github-actions[bot] 2023-03-22 20:39:22 +00:00
commit e5ed59e264

View File

@ -19,6 +19,8 @@ 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