Skip to content

Commit

Permalink
Bump devops-actions/action-get-tag in /.github/workflows
Browse files Browse the repository at this point in the history
Bumps [devops-actions/action-get-tag](https://github.com/devops-actions/action-get-tag) from 99282d829ada57f34a92a98fad972d9f5a8f85cc to 76a7386f1706cd9517d958216df52e4e583533e0.
- [Release notes](https://github.com/devops-actions/action-get-tag/releases)
- [Commits](devops-actions/action-get-tag@99282d8...76a7386)

---
updated-dependencies:
- dependency-name: devops-actions/action-get-tag
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 1, 2023
1 parent de08575 commit f1ab669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Get tag value
id: tag
uses: devops-actions/action-get-tag@99282d829ada57f34a92a98fad972d9f5a8f85cc # v1.0.1
uses: devops-actions/action-get-tag@76a7386f1706cd9517d958216df52e4e583533e0 # v1.0.1

- name: Use tag
run: echo ${{ steps.tag.outputs.tag }}
Expand Down

0 comments on commit f1ab669

Please sign in to comment.