Skip to content

Commit

Permalink
fix: bump semantic-release-action version (#145)
Browse files Browse the repository at this point in the history
* chore: bump semantic-release-action version

* test: conditional semantic release action

* chore: update build semantic
  • Loading branch information
mkolasinski-splunk authored Mar 28, 2023
1 parent 0440352 commit 96f1d31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
submodules: false
persist-credentials: false
- name: Semantic Release
uses: splunk/semantic-release-action@v1.2
uses: splunk/semantic-release-action@v1.3

env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_ADMIN }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/reusable-build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
persist-credentials: false
- name: Semantic Release
id: version
uses: splunk/semantic-release-action@v1.2
uses: splunk/semantic-release-action@v1.3
with:
dry_run: true
env:
Expand Down Expand Up @@ -330,7 +330,7 @@ jobs:
- name: Semantic Release Get Next
id: semantic
if: github.event_name != 'pull_request'
uses: splunk/semantic-release-action@v1.2
uses: splunk/semantic-release-action@v1.3
with:
dry_run: true
env:
Expand Down Expand Up @@ -2115,7 +2115,7 @@ jobs:
persist-credentials: false
- name: Semantic Release
id: semantic
uses: splunk/semantic-release-action@v1.2
uses: splunk/semantic-release-action@v1.3
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_ADMIN }}
- name: Download package-deployment
Expand Down

0 comments on commit 96f1d31

Please sign in to comment.