Skip to content

Commit

Permalink
test tag 38
Browse files Browse the repository at this point in the history
  • Loading branch information
rrabenda committed Oct 4, 2024
1 parent dc8c828 commit 8e95e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-update-issues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Get release tag
id: releaseTag
run: echo "tag=$(git describe --tags --abbrev=0)" >> $GITHUB_OUTPUT
run: echo tag=$(git describe --tags --abbrev=0) >> $GITHUB_OUTPUT

- name: Check released package
id: releaseCheck
Expand Down

0 comments on commit 8e95e76

Please sign in to comment.