Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump devops-actions/action-get-tag from 6787980b5b0227cf34a8d845db08fb23514238e0 to 6167776d96bd5da05da534aa9cea6d7c786c1c5a #103

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Get tag value
id: tag
uses: devops-actions/action-get-tag@6787980b5b0227cf34a8d845db08fb23514238e0 # v1.0.1
uses: devops-actions/action-get-tag@6167776d96bd5da05da534aa9cea6d7c786c1c5a # v1.0.1

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