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.
2 parents a0c0dab + da0c2ed commit d3f9d55Copy full SHA for d3f9d55
.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