Skip to content

Commit

Permalink
fix uses release-action in main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matan-h committed Oct 26, 2023
1 parent e19518f commit ee219e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
CI=false yarn install
CI=false yarn build
- name: Create Release
uses: ncipollo/release-action@latest
uses: ncipollo/release-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit ee219e5

Please sign in to comment.