Skip to content

Commit dd6128b

Browse files
committed
update actions
1 parent cf35ebb commit dd6128b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/pages.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ on:
55
push:
66
branches: [main]
77
paths:
8-
- '*.md'
8+
- '*.md'
9+
- .github/workflows/pages.yaml
910

1011
permissions:
1112
id-token: write # This is required for requesting the JWT
@@ -18,7 +19,7 @@ jobs:
1819
steps:
1920
- id: release
2021
name: Create and upload new Github Pages content
21-
uses: encalmo/create-new-release-action@v1.2
22+
uses: encalmo/create-new-release-action@v1.4.0
2223
with:
2324
tag-prefix: 'version'
2425
version-bump: 'keep'

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- id: release
3131
name: Create and upload new release bundles
32-
uses: encalmo/create-new-release-action@v1.2
32+
uses: encalmo/create-new-release-action@v1.4.0
3333
with:
3434
tag-prefix: 'version'
3535
version-bump: ${{ inputs.version-bump || 'patch' }}

0 commit comments

Comments
 (0)