publish-action upgrade to 0.4.0 from 0.2.2 (#901)

This commit is contained in:
aparnajyothi-y
2025-09-04 22:50:23 +05:30
committed by GitHub
parent f1a63e87db
commit 634933edcd

View File

@@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Update the ${{ env.TAG_NAME }} tag
uses: actions/publish-action@v0.2.2
uses: actions/publish-action@v0.4.0
with:
source-tag: ${{ env.TAG_NAME }}
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}