Skip to content

Commit

Permalink
Fixing ref
Browse files Browse the repository at this point in the history
  • Loading branch information
mrinc committed Oct 9, 2024
1 parent 8d88895 commit 63d5050
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 @@ -23,12 +23,12 @@ jobs:
- name: Build plugin
run: |
chmod +x build.sh
./build.sh ${{ steps.determine_version.outputs.NEW_VERSION }}
./build.sh ${{ steps.get_version.outputs.VERSION }}
- name: Create release artifact
run: |
chmod +x release.sh
./release.sh ${{ steps.determine_version.outputs.NEW_VERSION }}
./release.sh ${{ steps.get_version.outputs.VERSION }}
- name: Upload release artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 63d5050

Please sign in to comment.