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 055018c commit f4716cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: 1k-off/action-semver-tag-release@1.0.1
name: Bump version and push tag
id: tag
with:
version: latest
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Echo the new tag
run: echo "The new tag is ${{ steps.tag.outputs.semver-tag-release-path }}"

0 comments on commit f4716cc

Please sign in to comment.