generated from evrone/go-clean-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix version pass from bump-tag job to create-github-release-with…
…-changelog
- Loading branch information
1 parent
3207404
commit 2d43181
Showing
2 changed files
with
2 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,20 +28,7 @@ jobs: | |
echo ${{ steps.semantic_release.outputs.new_release_major_version }} | ||
echo ${{ steps.semantic_release.outputs.new_release_minor_version }} | ||
echo ${{ steps.semantic_release.outputs.new_release_patch_version }} | ||
echo "${{ steps.semantic_release.outputs.new_release_version }}" >> $GITHUB_OUTPUT | ||
#- 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 | ||
# env: | ||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
# WITH_V: true | ||
# VERBOSE: true | ||
|
||
#- 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 }}" | ||
# echo "created anothrNick part ${{ steps.create_version_push_tag.outputs.part }}" | ||
echo "tag=${{ steps.semantic_release.outputs.new_release_version }}" >> $GITHUB_OUTPUT | ||
#- name: "Create latest tag" | ||
# id: create_latest_tag | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters