Skip to content

Commit

Permalink
chore: bump go-semantic-release/action from 1.20.0 to 1.21.0 (#30)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 7, 2023
1 parent 6b62ec2 commit 4c46f50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Check out repo
uses: actions/checkout@v3
- name: Calculate new version number
uses: go-semantic-release/action@b10f9cbe8c55ae2bd41e6eaa539db48e8affee43
uses: go-semantic-release/action@1b14387401a1c3b588c807afd4ba4a921fd9cc31
id: semrel
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
run: |
CLI_VERSION="${{ steps.semrel.outputs.version }}" make release
- name: Create new semantic release
uses: go-semantic-release/action@b10f9cbe8c55ae2bd41e6eaa539db48e8affee43
uses: go-semantic-release/action@1b14387401a1c3b588c807afd4ba4a921fd9cc31
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
allow-initial-development-versions: true
Expand Down

0 comments on commit 4c46f50

Please sign in to comment.