We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b94232 commit 93996cbCopy full SHA for 93996cb
.github/workflows/build-and-snapshot.yml
@@ -102,6 +102,13 @@ jobs:
102
env:
103
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
104
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
+
112
- name: Create GitHub Release
113
uses: softprops/action-gh-release@v1
114
with:
0 commit comments