Skip to content

Commit

Permalink
Switch back to using the Jupyter Releaser actions (#1259)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio authored Aug 3, 2023
1 parent b09450d commit f12b82c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Populate Release
id: populate-release
uses: fcollonval/jupyter_releaser/.github/actions/populate-release@ft/trusted-publish
uses: jupyter-server/jupyter_releaser/.github/actions/populate-release@v2
with:
token: ${{ secrets.ADMIN_GITHUB_TOKEN }}
branch: ${{ github.event.inputs.branch }}
Expand All @@ -33,7 +33,7 @@ jobs:
id: finalize-release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
uses: fcollonval/jupyter_releaser/.github/actions/finalize-release@ft/trusted-publish
uses: jupyter-server/jupyter_releaser/.github/actions/finalize-release@v2
with:
token: ${{ secrets.ADMIN_GITHUB_TOKEN }}
release_url: ${{ steps.populate-release.outputs.release_url }}
Expand All @@ -48,4 +48,4 @@ jobs:
if: ${{ failure() }}
run: |
echo "Failed to Publish the Draft Release Url:"
echo ${{ steps.populate-release.outputs.release_url }}
echo ${{ steps.populate-release.outputs.release_url }}

0 comments on commit f12b82c

Please sign in to comment.