Skip to content

Commit

Permalink
use publish action v1 (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenruizdegauna authored Sep 27, 2024
1 parent 6a3a084 commit e8c9280
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-prerelease_linux_on_demand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
GPG_MAIL: '[email protected]'

- name: Publish ${{ matrix.assetsType }} to S3 action
uses: newrelic/infrastructure-publish-action@v1.2.6
uses: newrelic/infrastructure-publish-action@v1
with:
tag: ${{ env.TAG }}
app_version: ${{ env.NR_VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/component_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:

- name: Publish ${{ matrix.assetsType }} to S3 action
if: ${{ (env.ASSETS_TYPE == 'all' || env.ASSETS_TYPE == matrix.assetsType) }}
uses: newrelic/infrastructure-publish-action@v1.2.6
uses: newrelic/infrastructure-publish-action@v1
with:
tag: ${{ env.TAG }}
app_version: ${{ env.NR_VERSION }}
Expand Down

0 comments on commit e8c9280

Please sign in to comment.