Skip to content

Commit

Permalink
Revert "Update publish.yml"
Browse files Browse the repository at this point in the history
This reverts commit e8bf3e5.
  • Loading branch information
tilucasoli committed Jul 26, 2024
1 parent e0149eb commit 4a8a4e0
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,21 +121,16 @@ jobs:
- package: remix
path: packages/remix
condition: ${{ github.event.inputs.remix == 'true' }}
if: ${{ github.event.inputs[matrix.package] == 'true' }}
steps:
- uses: actions/checkout@v4
- name: Print packages
shell: bash
run: |
echo ${{ matrix.package }}
# - name: '>> publish ${{ matrix.package }} package to pub.dev <<'
# if: ${{ matrix.condition }}
# id: publish
# uses: k-paxian/dart-package-publisher@master
# with:
# accessToken: ${{ secrets.OAUTH_ACCESS_TOKEN }}
# refreshToken: ${{ secrets.OAUTH_REFRESH_TOKEN }}
# relativePath: ${{ matrix.path }}
- name: '>> publish ${{ matrix.package }} package to pub.dev <<'
if: ${{ matrix.condition }}
id: publish
uses: k-paxian/dart-package-publisher@master
with:
accessToken: ${{ secrets.OAUTH_ACCESS_TOKEN }}
refreshToken: ${{ secrets.OAUTH_REFRESH_TOKEN }}
relativePath: ${{ matrix.path }}
# - name: 'Commit release tag'
# if: steps.publish.outputs.success
# uses: hole19/git-tag-action@master
Expand Down

0 comments on commit 4a8a4e0

Please sign in to comment.