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 13868c7 commit 675bfd5Copy full SHA for 675bfd5
.github/workflows/doc.yml
@@ -4,6 +4,7 @@ on:
4
release:
5
types:
6
- created
7
+ - edited
8
9
jobs:
10
build-and-deploy:
.github/workflows/upload-binaries.yml
- released
env:
TAG: ${{ github.event.release.tag_name }} # had some issue using this directly on windows
0 commit comments