Skip to content

Commit

Permalink
Will the action work??
Browse files Browse the repository at this point in the history
  • Loading branch information
T0RNATO committed Aug 16, 2023
1 parent ac7a8a0 commit 3809249
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,28 @@ jobs:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: write

steps:
- name: Bump version and push tag
id: tag_version
uses: mathieudutour/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/checkout@v3

- name: Create a GitHub release
uses: ncipollo/release-action@v1
with:
tag: ${{ steps.tag_version.outputs.new_tag }}
name: Release ${{ steps.tag_version.outputs.new_tag }}

- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.11'

- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 3809249

Please sign in to comment.