We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e20f63 commit c7630bbCopy full SHA for c7630bb
.github/workflows/create-release-tag.yml
@@ -29,6 +29,7 @@ jobs:
29
run: |
30
PREVIOUS_TAG=$(git describe --tags --abbrev=0 HEAD~1 2>/dev/null || echo "")
31
echo "previous_tag=$PREVIOUS_TAG" >> $GITHUB_OUTPUT
32
+
33
- name: Create and push tag
34
35
git config --local user.email "github-actions[bot]@users.noreply.github.com"
0 commit comments