Skip to content

Merge pull request #3 from rparrapy/fix-conversation-status-toggle #5

Merge pull request #3 from rparrapy/fix-conversation-status-toggle

Merge pull request #3 from rparrapy/fix-conversation-status-toggle #5

Workflow file for this run

name: Auto-publish
on: [push, workflow_dispatch]
jobs:
# Auto-publish when version is increased
publish-job:
# Only publish on `main` branch
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
permissions: # Don't forget permissions
contents: write
steps:
- uses: etils-actions/[email protected]
with:
gh-token: ${{ secrets.GITHUB_TOKEN }}
parse-changelog: false
pkg-name: woot