Skip to content

Commit

Permalink
#79: fixed git action version for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
mlnoga committed Feb 27, 2023
1 parent 249b4b9 commit b65a354
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: create release
id: create_release
uses: actions/create-release@v3
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand All @@ -63,7 +63,7 @@ jobs:

- name: upload release asset
id: upload-release-asset
uses: actions/upload-release-asset@v3
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit b65a354

Please sign in to comment.