Skip to content

Commit

Permalink
bump version and add tag automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
ibizaman committed Nov 22, 2024
1 parent c690b0f commit 9fca992
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Get version
id: vars
run: echo "version=$(cat VERSION)" >> $GITHUB_OUTPUT
- uses: rickstaa/[email protected]
with:
tag: "$(cat VERSION)"
tag: ${{ steps.vars.outputs.version }}

0 comments on commit 9fca992

Please sign in to comment.