Skip to content

Commit

Permalink
Bump mukunku/tag-exists-action from 1.2.0 to 1.3.0 (#198)
Browse files Browse the repository at this point in the history
Bumps [mukunku/tag-exists-action](https://github.com/mukunku/tag-exists-action) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/mukunku/tag-exists-action/releases)
- [Commits](mukunku/tag-exists-action@v1.2.0...v1.3.0)

---
updated-dependencies:
- dependency-name: mukunku/tag-exists-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 13, 2023
1 parent 856dc80 commit 134dfa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: "Get StreamFlow version"
run: echo "STREAMFLOW_VERSION=$(cat streamflow/version.py | grep -oP '(?<=VERSION = \")(.*)(?=\")')" >> $GITHUB_ENV
- name: "Check tag existence"
uses: mukunku/tag-exists-action@v1.2.0
uses: mukunku/tag-exists-action@v1.3.0
id: check-tag
with:
tag: ${{ env.STREAMFLOW_VERSION }}
Expand Down

0 comments on commit 134dfa6

Please sign in to comment.