Skip to content

Commit

Permalink
updated .github/workflows/main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pichillilorenzo committed Oct 2, 2024
1 parent a637d36 commit 67d6844
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
yq -r '.version' 'pubspec.yaml'
- name: Upload Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
name: "${{ steps.yq.outputs.result }}"
token: ${{ secrets.TOKEN }}
Expand All @@ -116,7 +116,8 @@ jobs:

build-windows:
runs-on: windows-latest

permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -155,7 +156,7 @@ jobs:
yq -r '.version' 'pubspec.yaml'
- name: Upload Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
name: "${{ steps.yq.outputs.result }}"
token: ${{ secrets.TOKEN }}
Expand Down

0 comments on commit 67d6844

Please sign in to comment.