Skip to content

Commit

Permalink
Workflows: fix env var for release
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellodesales committed Sep 8, 2020
1 parent 2af4d2f commit a7c1e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:

- name: Makefile + Dockerfile dockerized release
env:
TOKEN: ${{ secrets.PUBLISH_GITHUB_TOKEN }}
PUBLISH_GITHUB_TOKEN: ${{ secrets.PUBLISH_GITHUB_TOKEN }}
run: make release

0 comments on commit a7c1e7a

Please sign in to comment.