mirror of
https://github.com/drewcassidy/vector-victor.git
synced 2024-09-01 14:58:35 +00:00
Update actions
This commit is contained in:
parent
99ea5415ec
commit
df3c2b4ba9
8
.github/workflows/cargo-test-publish.yaml
vendored
8
.github/workflows/cargo-test-publish.yaml
vendored
@ -9,7 +9,7 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v2
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.x'
|
||||
|
||||
@ -46,9 +46,7 @@ jobs:
|
||||
|
||||
- name: Publish to Github
|
||||
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
|
||||
uses: softprops/action-gh-release@v1
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
name: Version ${{ env.VERSION_TITLE }}
|
||||
body_path: /tmp/RELEASE.md
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
bodyfile: /tmp/RELEASE.md
|
||||
|
Loading…
Reference in New Issue
Block a user