Skip to content

Commit

Permalink
Upgrade to v1.3.0 of build scripts, dry-run publish
Browse files Browse the repository at this point in the history
Do a dry-run publish to npmjs.org, but do a real release
to the private registries.
  • Loading branch information
tgharold committed Sep 6, 2023
1 parent 97e9912 commit b38d71a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:

pr-build:
uses: ritterim/public-github-actions/.github/workflows/npm-packages-pr-build.yml@v1.2.0
uses: ritterim/public-github-actions/.github/workflows/npm-packages-pr-build.yml@v1.3.0
#uses: ./.github/workflows/npm-packages-pr-build.yml
with:
always_increment_patch_version: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-merged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
jobs:

npm-packages-pr-create-tag:
uses: ritterim/public-github-actions/.github/workflows/npm-packages-pr-create-tag.yml@v1.2.0
uses: ritterim/public-github-actions/.github/workflows/npm-packages-pr-create-tag.yml@v1.3.0
#uses: ./.github/workflows/npm-packages-pr-create-tag.yml
if: github.event.pull_request.merged == true
secrets:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/version-tag-build-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,15 @@ on:
jobs:

version-tag-build:
uses: ritterim/public-github-actions/.github/workflows/npm-packages-release-on-tag.yml@v1.2.0
uses: ritterim/public-github-actions/.github/workflows/npm-packages-release-on-tag.yml@v1.3.0
#uses: ./.github/workflows/npm-packages-release-on-tag.yml
secrets:
myget_api_key: ${{ secrets.MYGET_DEPLOY_API_KEY_SECRET }}
npmjs_org_api_key: ${{ secrets.RITTERIM_NPMJS_PUBLISH_TOKEN }}
with:
allowed_branches: |
master
npm_package_name: platform-icons
run_tests: false
npmjs_org_access_public: true
publish_to_npmjs_org: true

0 comments on commit b38d71a

Please sign in to comment.