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 54c62f8 commit da0c2edCopy full SHA for da0c2ed
.github/workflows/release.yml
@@ -21,5 +21,7 @@ jobs:
21
run: yarn install
22
- name: Release
23
env:
24
- GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
+ # Use this so that we can trigger the Docker Hub action on tag after release.
25
+ # The regular GITHUB_TOKEN doesn't trigger it.
26
+ GH_TOKEN: ${{ secrets.GH_TOKEN }}
27
run: yarn semantic-release
0 commit comments