Skip to content

Commit

Permalink
fix(ci): compute release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
wiwski committed Apr 5, 2024
1 parent 6f7cd59 commit c043e1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ jobs:
path: ./

- name: Compute tag
id: compute_tag
uses: craig-day/compute-tag@v15
with:
github_token: ${{ github.token }}
version_scheme: semantic
version_type: patch

- uses: "marvinpinto/action-automatic-releases@latest"
with:
Expand Down

0 comments on commit c043e1a

Please sign in to comment.