File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change 11name : Publish Release
22
33on :
4- pull_request :
5- types :
6- - closed
74 workflow_dispatch :
85
96# ## TODO: Replace instances of './.github/actions/' with reference to the `dx-sdk-actions` repo is made public and this file is transferred over
4744 repo_owner : ${{ github.repository_owner }}
4845 repo_name : ${{ github.event.repository.name }}
4946
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-
6147 # Create a release for the tag
6248 - uses : ./.github/actions/release-create
6349 with :
You can’t perform that action at this time.
0 commit comments