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 537a3e4 commit 0a445cdCopy full SHA for 0a445cd
1 file changed
.github/workflows/auto-release.yml
@@ -6,6 +6,8 @@ on:
6
jobs:
7
auto-release:
8
runs-on: ubuntu-latest
9
+ # If forked, changed to your username to enable auto-releases
10
+ if: github.repository_owner == 'itzg'
11
permissions:
12
# allow for creating releases/tags
13
contents: write
0 commit comments