Skip to content

Commit

Permalink
fix: provide branch
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Laprun <[email protected]>
  • Loading branch information
metacosm committed Sep 13, 2024
1 parent 2c5675b commit 816eefc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ jobs:
native-modules: "integration-tests,samples"
profiles: "use-snapshots,override-fkc"
mvnArgs: "-Dfkc.version=7.0-SNAPSHOT -Ddefault=false"
branch: "main"

release-snapshot:
uses: ./.github/workflows/release-snapshot.yml
with:
branch: "next-fabric8-version"
# branch: "next-fabric8-version"
version: "999.F8-SNAPSHOT"
secrets:
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
Expand Down

0 comments on commit 816eefc

Please sign in to comment.