Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
thomassth authored Nov 7, 2023
1 parent 140f4d7 commit 6eafb61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ jobs:
sed -i "0,/\#\# \[.*/s//## [${{steps.changelog_reader.outputs.version}}-$GITHUB_RUN_ID]/" CHANGELOG.md
cat CHANGELOG.md
test-publish:
name: Publish package
needs:
prerelease
runs-on: ubuntu-latest
permissions:
id-token: write # Required for authentication using OIDC
id-token: write # Required for authentication using OIDC
steps:
- name: Publish package
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
- uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
- name: Add entry to Github release
uses: softprops/action-gh-release@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ jobs:
- run: dart --version
- run: flutter --version
publish:
name: Publish package
needs:
release
runs-on: ubuntu-latest
permissions:
id-token: write # Required for authentication using OIDC
steps:
- name: Publish package
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
- uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
- name: Get Changelog Entry
id: changelog_reader
uses: mindsers/[email protected]
Expand Down

0 comments on commit 6eafb61

Please sign in to comment.