Skip to content

Commit

Permalink
Merge pull request #5 from marcellodesales/develop
Browse files Browse the repository at this point in the history
Workflows: fix env var for release
  • Loading branch information
marcellodesales authored Sep 8, 2020
2 parents 2af4d2f + a7c1e7a commit afe11f5
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 afe11f5

Please sign in to comment.