Skip to content

Commit

Permalink
Update test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ecanuto committed Feb 26, 2024
1 parent 2f568e7 commit 7ae3af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
push:
tags:
- v*
- debian*

permissions:
contents: write
Expand All @@ -25,6 +24,7 @@ jobs:
run: |
gh release create "${GITHUB_REF_NAME}" \
--repo="${GITHUB_REPOSITORY}" \
--title="${GITHUB_REF_NAME}" \
--verify-tag \
--latest \
--draft
Expand Down

0 comments on commit 7ae3af7

Please sign in to comment.