Skip to content

Commit

Permalink
break: Golang version
Browse files Browse the repository at this point in the history
  • Loading branch information
EmadMokhtar committed Apr 28, 2024
1 parent 26aac21 commit 055018c
Showing 1 changed file with 5 additions and 20 deletions.
25 changes: 5 additions & 20 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,23 +74,8 @@ jobs:
name: Bump tag version (semver)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Bump version and push tag
id: tag_version
uses: mathieudutour/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Create a GitHub release
uses: ncipollo/release-action@v1
with:
tag: ${{ steps.tag_version.outputs.new_tag }}
name: Release ${{ steps.tag_version.outputs.new_tag }}
body: ${{ steps.tag_version.outputs.changelog }}
dry_run: true
- name: Echo variables
run: |
echo "The value of new_tag is ${{ steps.tag_version.outputs.new_tag }}"
echo "The value of new_version is ${{ steps.tag_version.outputs.new_version }}"
echo "The value of previous_tag is ${{ steps.tag_version.outputs.previous_tag }}"
echo "The value of previous_version is ${{ steps.tag_version.outputs.previous_version }}"
echo "The value of release_type is ${{ steps.tag_version.outputs.release_type }}"
- uses: 1k-off/[email protected]
id: tag
with:
version: latest
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 055018c

Please sign in to comment.