Skip to content

Commit

Permalink
Switch to ietf-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
anttiviljami committed Jan 30, 2025
1 parent bc20614 commit 413ab1c
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/autorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,12 @@ jobs:
autorelease:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
- uses: actions/checkout@v4
with:
# Allow goreleaser to access older tag information.
fetch-depth: 0
- name: Create tag
uses: K-Phoen/semver-release-action@master
- name: Get Next Version
id: semver
uses: ietf-tools/semver-action@v1
with:
release_branch: main
release_strategy: tag
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
branch: main

0 comments on commit 413ab1c

Please sign in to comment.