Skip to content

Commit

Permalink
Merge pull request #64 from tgharold/20230907-1553
Browse files Browse the repository at this point in the history
Upgrade to v1.4.0 of the build process
  • Loading branch information
billbogaiv authored Sep 7, 2023
2 parents fb6c0c9 + 0389bd0 commit 7f52279
Show file tree
Hide file tree
Showing 3 changed files with 3 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.3.0
uses: ritterim/public-github-actions/.github/workflows/npm-packages-pr-build.yml@v1.4.0
#uses: ./.github/workflows/npm-packages-pr-build.yml
with:
always_increment_patch_version: true
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.3.0
uses: ritterim/public-github-actions/.github/workflows/npm-packages-pr-create-tag.yml@v1.4.0
#uses: ./.github/workflows/npm-packages-pr-create-tag.yml
if: github.event.pull_request.merged == true
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version-tag-build-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:

version-tag-build:
uses: ritterim/public-github-actions/.github/workflows/npm-packages-release-on-tag.yml@v1.3.0
uses: ritterim/public-github-actions/.github/workflows/npm-packages-release-on-tag.yml@v1.4.0
#uses: ./.github/workflows/npm-packages-release-on-tag.yml
secrets:
myget_api_key: ${{ secrets.MYGET_DEPLOY_API_KEY_SECRET }}
Expand Down

0 comments on commit 7f52279

Please sign in to comment.