Skip to content

Commit

Permalink
improve release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ameknite committed Mar 13, 2024
1 parent 25d84d6 commit a3f3bb4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,16 @@ on:
jobs:
pre-release:
uses: ./.github/workflows/pre_release.yaml
with:
tag-version: ${{ inputs.version || github.ref_name }}

create-tag:
needs: [pre-release]
needs: pre-release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Git Pull
run: git pull
- uses: mukunku/tag-exists-action@v1.6.0
id: check-tag
with:
Expand Down

0 comments on commit a3f3bb4

Please sign in to comment.