Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
nickatnight committed Jan 27, 2023
1 parent 9ac1d43 commit 8e090e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
fetch-depth: 0 # need this for all history for all branches and tags
- name: Create Release
id: create_release
uses: nickatnight/releases-action@v3
uses: nickatnight/releases-action@v4
if: startsWith(github.ref, 'refs/tags/')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
fetch-depth: 0
- name: Create Release
id: create_release
uses: nickatnight/releases-action@v3
uses: nickatnight/releases-action@v4
if: startsWith(github.ref, 'refs/tags/')
with:
branch: "main"
Expand Down

0 comments on commit 8e090e1

Please sign in to comment.