Skip to content

Commit

Permalink
Merge pull request #2 from markussammallahti/github-publish-fix
Browse files Browse the repository at this point in the history
Fix publish environment variables
  • Loading branch information
markussammallahti authored Apr 10, 2021
2 parents c5836ec + 43f4259 commit 1427db3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
release:
name: Publish
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: olafurpg/setup-scala@v10
Expand All @@ -17,6 +19,4 @@ jobs:
- name: Test
run: sbt +test
- name: Publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: sbt +publish

0 comments on commit 1427db3

Please sign in to comment.