Skip to content

Commit

Permalink
Merge pull request #8 from p2m2/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ofilangi authored Feb 14, 2023
2 parents 5c55c26 + fe400dd commit 780d1b3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ jobs:
- run:
name: Snapshot publication
command: |
export GPG_TTY=$(tty)
export PROG_VERSION="${CIRCLE_BRANCH}-SNAPSHOT"
echo "Importing key"
echo -e "$GPG_KEY" | gpg --import
Expand All @@ -170,6 +171,7 @@ jobs:
- run:
name: Release publication
command: |
export GPG_TTY=$(tty)
export PROG_VERSION="${CIRCLE_TAG}"
echo "Importing key"
echo -e "$GPG_KEY" | gpg --import
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# facade-scalajs-comunica-actor-init-sparql-rdfjs
# facade-scalajs-comunica-query-sparql
[![Scala.js](https://www.scala-js.org/assets/badges/scalajs-1.13.0.svg)](https://www.scala-js.org)
[![p2m2](https://circleci.com/gh/p2m2/facade-scalajs-comunica-query-sparql.svg?style=shield)](https://app.circleci.com/pipelines/github/p2m2)
[![codecov](https://codecov.io/gh/p2m2/facade-scalajs-comunica-query-sparql.js/branch/develop/graph/badge.svg)](https://codecov.io/gh/p2m2/facade-scalajs-comunica-query-sparql)
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ addSbtPlugin("org.jetbrains" % "sbt-ide-settings" % "1.1.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.0")
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.21.1")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.7")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
addSbtPlugin("io.crashbox" % "sbt-gpg" % "0.2.1")

0 comments on commit 780d1b3

Please sign in to comment.