Skip to content

Commit 816eefc

Browse files
committed
fix: provide branch
Signed-off-by: Chris Laprun <claprun@redhat.com>
1 parent 2c5675b commit 816eefc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-snapshot-nightly-next-fabric8-version.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ jobs:
1313
native-modules: "integration-tests,samples"
1414
profiles: "use-snapshots,override-fkc"
1515
mvnArgs: "-Dfkc.version=7.0-SNAPSHOT -Ddefault=false"
16+
branch: "main"
1617

1718
release-snapshot:
1819
uses: ./.github/workflows/release-snapshot.yml
1920
with:
20-
branch: "next-fabric8-version"
21+
# branch: "next-fabric8-version"
2122
version: "999.F8-SNAPSHOT"
2223
secrets:
2324
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}

0 commit comments

Comments
 (0)