Skip to content

Commit

Permalink
fix: test new IETF next version
Browse files Browse the repository at this point in the history
  • Loading branch information
jtbonhomme committed Jan 15, 2023
1 parent 2c3d86a commit 430a05d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ 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 @@ -23,13 +30,6 @@ jobs:
WITH_V: true
VERBOSE: true

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

- run: |
echo "created anothrNick new_tag ${{ steps.create_version_push_tag.outputs.new_tag }}"
echo "created anothrNick tag ${{ steps.create_version_push_tag.outputs.tag }}"
Expand Down

0 comments on commit 430a05d

Please sign in to comment.