Skip to content

Commit

Permalink
Release v0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffmur committed Sep 9, 2024
1 parent f2da9ae commit d6c38ae
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,20 +111,20 @@ jobs:
draft: true
prerelease: false

# publish:
# name: pub.dev
# needs: [version, binary]
# runs-on: ubuntu-latest
# container:
# image: ghcr.io/jeffmur/fhel:builder
# permissions:
# id-token: write # Required for authentication using OIDC
# environment:
# name: pub.dev
# url: https://pub.dev/packages/fhel
# steps:
# - uses: actions/checkout@v4
# with:
# submodules: "true"
# - uses: dart-lang/setup-dart@v1
# - run: make publish-ci
publish:
name: pub.dev
needs: [version, binary]
runs-on: ubuntu-latest
container:
image: ghcr.io/jeffmur/fhel:builder
permissions:
id-token: write # Required for authentication using OIDC
environment:
name: pub.dev
url: https://pub.dev/packages/fhel
steps:
- uses: actions/checkout@v4
with:
submodules: "true"
- uses: dart-lang/setup-dart@v1
- run: make publish-ci

0 comments on commit d6c38ae

Please sign in to comment.