Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b80efd6

Browse filesBrowse files
authored
Update to latest actions/publish-action (actions#546)
To avoid Actions core deprecation messages. https://github.com/actions/publish-action/releases/tag/v0.2.1
1 parent 5cddb27 commit b80efd6
Copy full SHA for b80efd6

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎.github/workflows/release-new-action-version.yml

Copy file name to clipboardExpand all lines: .github/workflows/release-new-action-version.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Update the ${{ env.TAG_NAME }} tag
24-
uses: actions/publish-action@v0.2.0
24+
uses: actions/publish-action@v0.2.1
2525
with:
2626
source-tag: ${{ env.TAG_NAME }}
2727
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.