Skip to content

Commit

Permalink
release z "v" w wersji
Browse files Browse the repository at this point in the history
  • Loading branch information
MacDada committed Jun 14, 2023
1 parent a560274 commit adf9398
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-release-pdfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
paths:
- '*.md'
jobs:
tag:
make_release:
runs-on: ubuntu-latest
env:
PDF_DIR_NAME: Ustawy o PIT - PDF
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ steps.tagger.outputs.new-tag }}
tag_name: "v${{ steps.tagger.outputs.new-tag }}"
files: |
${{ env.PDF_DIR_NAME }}/*.pdf
ustawy-o-pit-pdf.zip
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Ustawy-o-PIT
# Ustawy o PIT

## Pobierz najnowsze wersje PDF ustaw

Expand Down

0 comments on commit adf9398

Please sign in to comment.