mirror of
https://github.com/tenrok/axios.git
synced 2026-06-05 16:42:32 +03:00
chore(ci): added labeling and notification for published PRs; (#6059)
This commit is contained in:
@@ -53,3 +53,8 @@ jobs:
|
||||
run: npm publish
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
|
||||
###### NOTIFY & TAG published PRs ######
|
||||
- name: Notify and tag published PRs
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: node ./bin/actions/notify_published.js --tag v${{ steps.package-version.outputs.current-version }}
|
||||
|
||||
Reference in New Issue
Block a user