Skip to content

Commit

Permalink
Switch release-action to use v1.0.0 .
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed Jul 18, 2024
1 parent 24b8577 commit 5ba0d71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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-22.04
steps:
- uses: cliffano/release-action@v1
- uses: cliffano/release-action@v1.0.0
with:
release_type: 'major'
github_token: ${{ secrets.STUDIO_GITHUB_TOKEN }}
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-22.04
steps:
- uses: cliffano/release-action@v1
- uses: cliffano/release-action@v1.0.0
with:
release_type: 'minor'
github_token: ${{ secrets.STUDIO_GITHUB_TOKEN }}
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-22.04
steps:
- uses: cliffano/release-action@v1
- uses: cliffano/release-action@v1.0.0
with:
release_type: 'patch'
github_token: ${{ secrets.STUDIO_GITHUB_TOKEN }}

0 comments on commit 5ba0d71

Please sign in to comment.