Skip to content

Commit 698ef4a

Browse files
updated: workflow
1 parent ffb064b commit 698ef4a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/release-on-push.yml

-5
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,9 @@ jobs:
4040
git tag $TAG
4141
git push origin $TAG
4242
gh release create $TAG --title "$TAG"
43-
44-
- name: Tag already exists - Exit successfully
45-
if: steps.check_tag.outputs.exists == 'true'
46-
run: echo "Release already exists, exiting successfully."
4743
4844
publish:
4945
needs: create-release
50-
if: needs.create-release.outputs.exisits == 'false'
5146
permissions:
5247
id-token: write
5348
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1

0 commit comments

Comments
 (0)