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 5fc880e commit 5d2fb93Copy full SHA for 5d2fb93
.github/workflows/release.yml
@@ -8,6 +8,7 @@ jobs:
8
release:
9
name: Release master
10
runs-on: ubuntu-latest
11
+ if: github.repository == 'ColinEberhardt/applause-button'
12
permissions:
13
contents: write # to publish a GitHub release
14
issues: write # to comment on released issues
README.md
@@ -66,7 +66,7 @@ Navigate to http://localhost:8081 to view the test page; remember to refresh the
66
67
All releases are created automatically via
68
[semantic release](https://github.com/semantic-release/semantic-release)
69
-running on Travis.
+running as a GitHub workflow.
70
71
## Contributors
72
0 commit comments