Skip to content

Commit

Permalink
releng - fix release action (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
kapilt authored Jan 10, 2024
1 parent e2380c3 commit 31bc23a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ jobs:
- name: Upload Release Assets
run: |
gh release upload ${{ github.ref_name }} dist/*
env:
GH_TOKEN: ${{ github.token }}

Upload:
needs: [Release]
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
- main
workflow_dispatch:
inputs: {}
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:
Lint:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
maintainer="Cloud Custodian Project",
maintainer_email="cloud-custodian@googlegroups.com",
license="Apache-2.0",
version="0.6.3",
version="0.6.4",
classifiers=[
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
Expand Down

0 comments on commit 31bc23a

Please sign in to comment.