Compare commits
2 Commits
release/7.
...
v
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
85003adc6b | ||
|
|
d61705886d |
3
.github/workflows/manual-thingy.yml
vendored
3
.github/workflows/manual-thingy.yml
vendored
@@ -11,8 +11,7 @@ jobs:
|
|||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Do Something
|
- name: Do Something
|
||||||
run: |
|
run: |
|
||||||
version="${{ github.ref }}"
|
version="${${{ github.ref }}:19}" # trim starting 'refs/heads/release/' (19 chars)
|
||||||
version="${version:19}" # trim starting 'refs/heads/release/' (19 chars)
|
|
||||||
echo "Tag ref ${{ github.ref }} as v$version"
|
echo "Tag ref ${{ github.ref }} as v$version"
|
||||||
git tag v$version
|
git tag v$version
|
||||||
git config user.email "github-actions@zpqrtbnk.net"
|
git config user.email "github-actions@zpqrtbnk.net"
|
||||||
|
|||||||
Reference in New Issue
Block a user