Skip to content

Commit

Permalink
chore: Publish from workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustl22 committed Aug 15, 2024
1 parent 615b957 commit 969b9a8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Publish packages
on:
push:
tags:
- '*'
workflow_dispatch:

jobs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
name: Create tag for a release
permissions:
contents: write
id-token: write # Required for authentication using OIDC
runs-on: [ ubuntu-latest ]
if: contains(github.event.head_commit.message, 'chore(release)')
steps:
Expand All @@ -17,6 +16,3 @@ jobs:
- uses: Gustl22/melos-action@publish
with:
tag: true
- run: gh workflow run publish.yml
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 969b9a8

Please sign in to comment.