Skip to content

Commit d3f9d55

Browse files
committed
Merge branch 'develop'
2 parents a0c0dab + da0c2ed commit d3f9d55

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,7 @@ jobs:
2121
run: yarn install
2222
- name: Release
2323
env:
24-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
24+
# 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 }}
2527
run: yarn semantic-release

0 commit comments

Comments
 (0)