Skip to content

Commit

Permalink
Export the token, tidy up.
Browse files Browse the repository at this point in the history
  • Loading branch information
trisyoungs committed Dec 19, 2022
1 parent 27ed0e4 commit cf6476c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ runs:
- name: Publish on GitHub
shell: bash
run: |
ls -R ./
# Update / create release
GITHUB_TOKEN=${{ github.token }}
export GITHUB_TOKEN=${{ github.token }}
./update-release -r disorderedmaterials/gudpy -t ${{ env.gudPyVersion }} -n "${{ env.gudPyVersion }}" -f ReleaseNotes.md packages/*
- name: Publish on Harbor
Expand Down

0 comments on commit cf6476c

Please sign in to comment.