Skip to content

Commit

Permalink
Rollback release 1.1.0 due to a CI credentials issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pjgg committed Dec 4, 2023
1 parent b2c6a73 commit 6f4df7f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/project.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
release:
current-version: 1.1.0
next-version: 1.1.0-SNAPSHOT
current-version: 1.0.0
next-version: 1.0.1-SNAPSHOT
2 changes: 1 addition & 1 deletion .github/workflows/quarkus-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
env:
ECOSYSTEM_CI_REPO: quarkusio/quarkus-ecosystem-ci
ECOSYSTEM_CI_REPO_FILE: context.yaml
JAVA_VERSION: 17
JAVA_VERSION: 11 # move to Java 17 on Quarkus 3.x branch

#########################
# Repo specific setting #
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v6
uses: crazy-max/ghaction-import-gpg@v3
with:
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
Expand Down

0 comments on commit 6f4df7f

Please sign in to comment.