This commit is contained in:
parent
0d50c0c2fd
commit
428a5eb5f5
1 changed files with 6 additions and 3 deletions
|
@ -2,6 +2,8 @@ name: on push
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -10,6 +12,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
|
||||
- name: Ref
|
||||
shell: bash
|
||||
run: echo ${{ github.ref }}
|
||||
- name: Push Git Tag
|
||||
run: |
|
||||
git tag ${{ github.run_number }}
|
||||
git push origin ${{ github.run_number }}
|
||||
|
|
Loading…
Add table
Reference in a new issue