Skip to content

Commit

Permalink
reverting setup-gpg action
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kalai committed Nov 7, 2024
1 parent a0378a6 commit b99fcf1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
publish:
name: Publish Artifacts
needs: [ build ]
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/master')
# used for testing, DO NOT MERGE!
# if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/master')
runs-on: ubuntu-latest
steps:
- name: Checkout current branch (full)
Expand All @@ -81,9 +82,6 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Install gpg v1.4
uses: olafurpg/setup-gpg@v3

- name: Publish project
run: sbt ci-release
env:
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0")

0 comments on commit b99fcf1

Please sign in to comment.