Skip to content

Commit

Permalink
Rename studio-release-action to release-action.
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed Jun 4, 2024
1 parent 52e35f8 commit 1ef2536
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-major-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: cliffano/studio-release-action@main
- uses: cliffano/release-action@main
with:
release_type: 'major'
github_token: ${{ secrets.STUDIO_GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-minor-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: cliffano/studio-release-action@main
- uses: cliffano/release-action@main
with:
release_type: 'minor'
github_token: ${{ secrets.STUDIO_GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-patch-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: cliffano/studio-release-action@main
- uses: cliffano/release-action@main
with:
release_type: 'patch'
github_token: ${{ secrets.STUDIO_GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased

### Changed
- Switch release workflow to use studio-release-action
- Switch release workflow to use release-action

## 3.1.1 - 2023-10-17
### Fixed
Expand Down

0 comments on commit 1ef2536

Please sign in to comment.