Loading .github/workflows/push-create_tag.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ jobs: - name: Get Next Version if: "${{ ! startsWith(github.event.head_commit.message, 'docs: update changelog for ') }}" id: semver uses: ietf-tools/semver-action@v1.8.0 uses: ietf-tools/semver-action@v1.9.0 with: token: ${{ github.token }} branch: main Loading .github/workflows/tag-release.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ jobs: OUTPUT: .CHANGELOG.md - name: Create Release uses: ncipollo/release-action@v1.14.0 uses: ncipollo/release-action@v1.15.0 with: allowUpdates: true draft: false Loading Loading
.github/workflows/push-create_tag.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ jobs: - name: Get Next Version if: "${{ ! startsWith(github.event.head_commit.message, 'docs: update changelog for ') }}" id: semver uses: ietf-tools/semver-action@v1.8.0 uses: ietf-tools/semver-action@v1.9.0 with: token: ${{ github.token }} branch: main Loading
.github/workflows/tag-release.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ jobs: OUTPUT: .CHANGELOG.md - name: Create Release uses: ncipollo/release-action@v1.14.0 uses: ncipollo/release-action@v1.15.0 with: allowUpdates: true draft: false Loading