Skip to content

Commit

Permalink
chore(release): prepare for release v3.3.0-dev2
Browse files Browse the repository at this point in the history
  • Loading branch information
P403n1x87 committed Jan 28, 2022
1 parent 06f696d commit 804dcba
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Development release
on:
push:
tags:
- 'dev'
- '*dev*'
jobs:
release-linux:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: src/austin*xz
file: src/austin*.tar.xz
tag: ${{ github.ref }}
overwrite: true
prerelease: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev_release_arch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/austin*
file: artifacts/austin*.tar.xz
tag: ${{ github.ref }}
overwrite: true
prerelease: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release
on:
push:
tags:
- 'v*'
- 'v[0-9]+.[0-9]+.[0-9]+'
jobs:
release-linux:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: src/austin-*
file: src/austin-*.tar.xz
tag: ${{ github.ref }}
overwrite: true
file_glob: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_arch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release (Linux archs)
on:
push:
tags:
- 'v*'
- 'v[0-9]+.[0-9]+.[0-9]+'
jobs:
release-linux-archs:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/austin-*
file: artifacts/austin-*.tar.xz
tag: ${{ github.ref }}
overwrite: true
file_glob: true

0 comments on commit 804dcba

Please sign in to comment.