Skip to content

Commit

Permalink
perms global
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba2k2 committed Aug 28, 2023
1 parent 2d74b77 commit 7d8d199
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Release
on:
push:
tags: ["v*.*.*"]
permissions:
contents: write
jobs:
lint-python:
name: Run Python lint
Expand All @@ -14,12 +16,5 @@ jobs:
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
release:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Add GitHub release assets
uses: softprops/action-gh-release@v1
with:
files: |
README.md
name: Release test
uses: kuba2k2/kuba2k2/.github/workflows/release-test.yml@master

0 comments on commit 7d8d199

Please sign in to comment.