[go: nahoru, domu]

Skip to content

Commit

Permalink
Release all at once for simplicity. (#1320)
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil committed Aug 14, 2023
1 parent fb292d1 commit b35d33f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
on:
push:
tags:
- node-v*
- v*

jobs:
rust_publish:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-release-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Python Release - Conda
on:
push:
tags:
- python-v*
- v*

env:
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-release-extra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Python Release extra
on:
push:
tags:
- python-v*
- v*

env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Python Release
on:
push:
tags:
- python-v*
- v*

env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit b35d33f

Please sign in to comment.