Skip to content

Commit

Permalink
workflow: actually tag the commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pho committed Apr 10, 2024
1 parent e469f0e commit e5a079c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,11 @@ jobs:

- name: Set Calver Version
uses: Nelyx/[email protected]
id: setcalver
with:
default_branch: "refs/heads/main"
format: "YYYY.M.D"
version_prefix: "v0."

- uses: rickstaa/action-create-tag@v1
with:
tag: "${{ PACKAGE_VERSION }}"

0 comments on commit e5a079c

Please sign in to comment.