Skip to content

Commit 54f1e64

Browse files
Merge pull request #15 from tgharold/20230908-1139
Upgrade to v1.4.0 of build workflows/actions
2 parents 23d869a + a89ceb2 commit 54f1e64

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pr-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
jobs:
1717

1818
pr-build:
19-
uses: ritterim/public-github-actions/.github/workflows/npm-packages-pr-build.yml@v1.3.0
19+
uses: ritterim/public-github-actions/.github/workflows/npm-packages-pr-build.yml@v1.4.0
2020
#uses: ./.github/workflows/npm-packages-pr-build.yml
2121
with:
2222
always_increment_patch_version: true

.github/workflows/pr-merged.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ on:
1111
# By default, a workflow only runs when a pull_request event's activity type is opened, synchronize, or reopened.
1212
# We want to run on 'closed' to trigger, but we also have to check if it was merged.
1313
# That check is: if: github.event.pull_request.merged == true
14-
pull_request:
14+
pull_request_target:
1515
types: [ closed ]
1616
branches:
1717
- main
1818

1919
jobs:
2020

2121
npm-packages-pr-create-tag:
22-
uses: ritterim/public-github-actions/.github/workflows/npm-packages-pr-create-tag.yml@v1.3.0
22+
uses: ritterim/public-github-actions/.github/workflows/npm-packages-pr-create-tag.yml@v1.4.0
2323
#uses: ./.github/workflows/npm-packages-pr-create-tag.yml
2424
if: github.event.pull_request.merged == true
2525
secrets:

.github/workflows/version-tag-build-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
jobs:
1616

1717
version-tag-build:
18-
uses: ritterim/public-github-actions/.github/workflows/npm-packages-release-on-tag.yml@v1.3.0
18+
uses: ritterim/public-github-actions/.github/workflows/npm-packages-release-on-tag.yml@v1.4.0
1919
#uses: ./.github/workflows/npm-packages-release-on-tag.yml
2020
secrets:
2121
myget_api_key: ${{ secrets.MYGET_DEPLOY_API_KEY_SECRET }}

0 commit comments

Comments
 (0)