Skip to content

Commit

Permalink
fix: remove IETF next version
Browse files Browse the repository at this point in the history
  • Loading branch information
jtbonhomme committed Jan 15, 2023
1 parent 430a05d commit 3f6be01
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@ jobs:
with:
fetch-depth: 0

- name: Get Next Version
id: ietf_semver
uses: ietf-tools/semver-action@v1
with:
token: ${{ github.token }}
branch: main

- name: Bump version and push tag
id: create_version_push_tag
uses: anothrNick/[email protected] # Don't use @master unless you're happy to test the latest version
Expand All @@ -34,7 +27,6 @@ jobs:
echo "created anothrNick new_tag ${{ steps.create_version_push_tag.outputs.new_tag }}"
echo "created anothrNick tag ${{ steps.create_version_push_tag.outputs.tag }}"
echo "created anothrNick part ${{ steps.create_version_push_tag.outputs.part }}"
echo "created IETF next version ${{ steps.ietf_semver.outputs.next }}"
#- name: "Create latest tag"
# id: create_latest_tag
Expand Down

0 comments on commit 3f6be01

Please sign in to comment.