We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffb064b commit 698ef4aCopy full SHA for 698ef4a
.github/workflows/release-on-push.yml
@@ -40,14 +40,9 @@ jobs:
40
git tag $TAG
41
git push origin $TAG
42
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."
47
48
publish:
49
needs: create-release
50
- if: needs.create-release.outputs.exisits == 'false'
51
permissions:
52
id-token: write
53
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
0 commit comments