Skip to content

Commit

Permalink
ci pipeline - update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ciscon committed Apr 20, 2024
1 parent 7daee31 commit 0297eb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Create archives
run: |
find . -maxdepth 1 -type d ! -iname ".*" -print0|xargs -0 -I% -P$(nproc) bash -c 'cd % && zip -q -9 -r ../%.zip * && echo "% complete."'
ls *.zip||exit 1
- name: Remove tag and release
uses: dev-drprasad/delete-tag-and-release@v0.2.1
uses: dev-drprasad/delete-tag-and-release@v1.1
with:
delete_release: true
tag_name: snapshot
Expand Down

0 comments on commit 0297eb7

Please sign in to comment.