Skip to content

Commit 10b3612

Browse files
committed
Upgrade release-action to 1.1.0 .
1 parent ec06851 commit 10b3612

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/release-major-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
build:
66
runs-on: ubuntu-24.04
77
steps:
8-
- uses: cliffano/release-action@v1.0.0
8+
- uses: cliffano/release-action@v1.1.0
99
with:
1010
release_type: 'major'
1111
github_token: ${{ secrets.STUDIO_GITHUB_TOKEN }}

.github/workflows/release-minor-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
build:
66
runs-on: ubuntu-24.04
77
steps:
8-
- uses: cliffano/release-action@v1.0.0
8+
- uses: cliffano/release-action@v1.1.0
99
with:
1010
release_type: 'minor'
1111
github_token: ${{ secrets.STUDIO_GITHUB_TOKEN }}

.github/workflows/release-patch-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
build:
66
runs-on: ubuntu-24.04
77
steps:
8-
- uses: cliffano/release-action@v1.0.0
8+
- uses: cliffano/release-action@v1.1.0
99
with:
1010
release_type: 'patch'
1111
github_token: ${{ secrets.STUDIO_GITHUB_TOKEN }}

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212

1313
### Changed
1414
- Pin workflows ubuntu to 24.04
15+
- Upgrade release-action to 1.1.0
1516

1617
## 1.0.0 - 2024-07-17
1718
### Changed

0 commit comments

Comments
 (0)