Skip to content

Commit

Permalink
Fix the action configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Jan 12, 2022
1 parent aabd62a commit 03cdd9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ jobs:

- name: Release
if: matrix.os == 'ubuntu-latest'
uses: sondreb/action-release@master
uses: sondreb/action-release@main
with:
commit: 'master'
token: ${{ secrets.GITHUB_TOKEN }}
verbose: true
folder: "${{github.workspace}}/package/"
Expand Down

0 comments on commit 03cdd9f

Please sign in to comment.