Skip to content

Commit

Permalink
Include name of git ref in publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
Olafur Pall Geirsson committed Mar 24, 2020
1 parent ed53c54 commit fc81f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: olafurpg/setup-scala@v7
- uses: olafurpg/setup-gpg@v2
- run: git fetch --unshallow
- name: Publish
- name: Publish ${{ github.ref }}
run: |
sbt ci-release
SCALAJS_VERSION=0.6.32 sbt clean sonatypeBundleClean ci-release
Expand Down

0 comments on commit fc81f99

Please sign in to comment.