Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
edmondshtogu committed Aug 28, 2023
2 parents 7e06483 + 7c9041b commit a2e11bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: echo "GORELEASER_CURRENT_TAG=v$(pulumictl get version --language generic)" >> $GITHUB_ENV

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v4
with:
args: -p 3 release --rm-dist
version: latest
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:

- name: Publish package to NPM
if: ${{ matrix.language == 'nodejs' && env.PUBLISH_NPM == 'true' }}
uses: JS-DevTools/npm-publish@v1
uses: JS-DevTools/npm-publish@v2
with:
access: "public"
token: ${{ env.NPM_TOKEN }}
Expand Down

0 comments on commit a2e11bd

Please sign in to comment.