Skip to content

Commit e8e1790

Browse files
committed
test
1 parent b48b0ba commit e8e1790

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/on_prerelease.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@ on:
99

1010
jobs:
1111
pre-release:
12-
uses: newrelic/coreint-automation/.github/workflows/reusable_pre_release.yaml@v3
12+
uses: newrelic/coreint-automation/.github/workflows/reusable_pre_release.yaml@v4
1313
with:
1414
tag: ${{ github.event.release.tag_name }}
1515
integration: "docker"
1616
test_package: false
1717
run_test_windows: false
1818
run_build-win-packages: false
1919
publish_schema: custom
20+
dest_prefix: "rohan-fips-test/"
2021
publish_schema_url: "https://raw.githubusercontent.com/newrelic/nri-docker/${{ github.event.release.tag_name }}/build/s3-publish-schema.yml"
2122
secrets: inherit

0 commit comments

Comments
 (0)