Skip to content

Commit

Permalink
release from this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ospencer committed Feb 23, 2025
1 parent bd575d4 commit 8a7e87a
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
- oscar/release-pins

jobs:
release-please:
Expand Down Expand Up @@ -96,18 +97,18 @@ jobs:
run: |
opam publish --no-browser --msg-file=CHANGES.md ${{ needs.add-archive.outputs.browser_download_url }}
npm-release:
needs: [add-archive]
name: Publish to npm registry
runs-on: ubuntu-22.04
steps:
- name: Setup NodeJS
uses: actions/[email protected]
with:
node-version: "16"
registry-url: "https://registry.npmjs.org"
# npm-release:
# needs: [add-archive]
# name: Publish to npm registry
# runs-on: ubuntu-22.04
# steps:
# - name: Setup NodeJS
# uses: actions/[email protected]
# with:
# node-version: "16"
# registry-url: "https://registry.npmjs.org"

- name: Publish to npm
run: npm publish ${{ needs.add-archive.outputs.browser_download_url }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_RELEASE }}
# - name: Publish to npm
# run: npm publish ${{ needs.add-archive.outputs.browser_download_url }}
# env:
# NODE_AUTH_TOKEN: ${{ secrets.NPM_RELEASE }}

0 comments on commit 8a7e87a

Please sign in to comment.