Skip to content

Commit 93996cb

Browse files
committed
Improve alias generation
1 parent 4b94232 commit 93996cb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build-and-snapshot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,13 @@ jobs:
102102
env:
103103
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
104104

105+
- name: Create new tag
106+
run: |
107+
git config --global user.name "GitHub Actions"
108+
git config --global user.email "actions@github.com"
109+
git tag -f snapshot
110+
git push -f origin snapshot
111+
105112
- name: Create GitHub Release
106113
uses: softprops/action-gh-release@v1
107114
with:

0 commit comments

Comments
 (0)