Skip to content

Commit

Permalink
comment out publish for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffmur committed Aug 31, 2024
1 parent b38e200 commit cd8dac9
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 @@ -77,20 +77,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 cd8dac9

Please sign in to comment.