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:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -10,6 +12,7 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||||
|
|
||||||
- name: Ref
|
- name: Push Git Tag
|
||||||
shell: bash
|
run: |
|
||||||
run: echo ${{ github.ref }}
|
git tag ${{ github.run_number }}
|
||||||
|
git push origin ${{ github.run_number }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue