We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10843c9 commit 6b1199fCopy full SHA for 6b1199f
1 file changed
.github/workflows/publish.yml
@@ -1,9 +1,6 @@
1
name: Publish Release
2
3
on:
4
- pull_request:
5
- types:
6
- - closed
7
workflow_dispatch:
8
9
### TODO: Replace instances of './.github/actions/' with reference to the `dx-sdk-actions` repo is made public and this file is transferred over
@@ -47,17 +44,6 @@ jobs:
47
44
repo_owner: ${{ github.repository_owner }}
48
45
repo_name: ${{ github.event.repository.name }}
49
46
50
- # Check if the tag already exists
51
- - id: tag_exists
52
- uses: ./.github/actions/tag-exists
53
- with:
54
- tag: ${{ steps.get_version.outputs.version }}
55
- token: ${{ secrets.GITHUB_TOKEN }}
56
-
57
- # If the tag already exists, exit with an error
58
- - if: steps.tag_exists.outputs.exists == 'true'
59
- run: exit 1
60
61
# Create a release for the tag
62
- uses: ./.github/actions/release-create
63
with:
0 commit comments