Skip to content

Commit

Permalink
Improve the github action (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmadMokhtar committed Apr 28, 2024
1 parent b6f479a commit 1855fb6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -75,9 +75,12 @@ jobs:
# if: github.event.pull_request.merged
steps:
- name: Tag
id: tag
uses: K-Phoen/semver-release-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_format: 'v${{ steps.version.outputs.version }}'
- name: Echo new tag
run: |
echo "New tag is ${{ steps.tag.outputs.tag }}"

0 comments on commit 1855fb6

Please sign in to comment.