Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: gabalafou <[email protected]>
  • Loading branch information
trallard and gabalafou authored Sep 19, 2024
1 parent 2b8db4e commit a3f7b51
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ jobs:
with:
name: conda-store-ui-package

# Create an attestation with GitHub so others can verify that this particular
# package tarball file was created with this particular GitHub workflow in
# in this particular repository.
#
# More info: https://docs.github.com/en/actions/security-for-github-actions/using-artifact-attestations/using-artifact-attestations-to-establish-provenance-for-builds
- name: "Attest Build Provenance ✨"
uses: actions/attest-build-provenance@v1
if: github.repository_owner == 'conda-incubator' && github.event_name == 'release' && startsWith(github.ref, 'refs/tags/')
Expand Down Expand Up @@ -108,6 +113,6 @@ jobs:
- name: "Publish to npm 📤"
if: github.repository_owner == 'conda-incubator' && github.event_name == 'release' && startsWith(github.ref, 'refs/tags/')
run: |
npm publish --verbose --access public ${{ env.PACKAGE_FILE }} --dry-run
npm publish --verbose --access public ${{ env.PACKAGE_FILE }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit a3f7b51

Please sign in to comment.