Skip to content

Commit

Permalink
Update prerelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thomassth authored Nov 7, 2023
1 parent 30c852d commit e3cea02
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ on:
jobs:
# This workflow contains a single job called "build"
prerelease:
permissions:
id-token: write # Required for authentication using OIDC
name: Development Release
# The type of runner that the job will run on
runs-on: ubuntu-latest
Expand Down Expand Up @@ -42,9 +44,9 @@ jobs:
${{ secrets.CREDENTIALS }}
EOF
- name: Publish package
run: flutter pub publish --force
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
- name: Add entry to Github release
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ steps.changelog_reader.outputs.version }}+${{ github.run_id }}
prerelease: true
prerelease: true

0 comments on commit e3cea02

Please sign in to comment.