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 f811aec commit 525b1dbCopy full SHA for 525b1db
.github/workflows/release.yml
@@ -42,15 +42,6 @@ jobs:
42
git commit -m "Update documentation version [skip ci]"
43
git push
44
45
- - name: Tag Commit
46
- if: ${{ steps.changelog.outputs.skipped == 'false' }}
47
- run: |
48
- TAG_NAME=v$(date +'%Y.%m.%d.%H%M%S')
49
- git tag $TAG_NAME
50
- git push origin $TAG_NAME
51
- env:
52
- GH_TOKEN: ${{ secrets.SIMUNEX_ACTION }}
53
-
54
- name: create release
55
# https://github.com/actions/create-release
56
uses: softprops/action-gh-release@v1
0 commit comments