Skip to content

Commit

Permalink
release workflow update to tag and add prebuild step to unblock (#113)
Browse files Browse the repository at this point in the history
* Update release-pr.yml

* Update release-pr.yml

* Update package.json
  • Loading branch information
davidgamero committed Mar 8, 2024
1 parent dc1c676 commit d505cda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ on:

jobs:
release:
uses: Azure/action-release-workflows/.github/workflows/release_js_project.yaml@a705b2ab6a3ee889f2b0d925ad0bd2f9eb733ce6
permissions:
actions: read
contents: write
uses: Azure/action-release-workflows/.github/workflows/release_js_project.yaml@v1
with:
changelogPath: ./CHANGELOG.md
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"private": true,
"main": "lib/login.js",
"scripts": {
"prebuild": "npm i @vercel/ncc",
"build": "ncc build src/index.ts -o lib",
"test": "jest",
"test-coverage": "jest --coverage",
Expand Down

0 comments on commit d505cda

Please sign in to comment.