mirror of
https://github.com/tenrok/axios.git
synced 2026-05-24 14:04:14 +03:00
chore(release): prepare release 1.13.4 (#7353)
* 1.13.4 * chore: codegen and some updates to workflows * chore: add github token Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: jasonsaayman <jasonsaayman@gmail.com> Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
ee90dfc28a
commit
9336cf9a33
@@ -56,6 +56,10 @@ jobs:
|
||||
fi
|
||||
fi
|
||||
echo "::set-output name=newTag::$(node -p "require('./package.json').version")"
|
||||
- name: Bump bower etc
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: npm run preversion
|
||||
- name: Build project
|
||||
run: npm run build
|
||||
- name: Run unit tests
|
||||
|
||||
@@ -7,7 +7,6 @@ on:
|
||||
- "*/*"
|
||||
- "**"
|
||||
- "!sponsors"
|
||||
- "!release/**"
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
Reference in New Issue
Block a user