Skip to content

Commit

Permalink
Remove draft from actions
Browse files Browse the repository at this point in the history
  • Loading branch information
attackant committed Jan 3, 2024
1 parent 58c6e81 commit 6e9246c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/built-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
node: 16
php: '8.2'
composer_install: true
draft: true
draft: false
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-wordpress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SLUG: publish-to-apple-news
DRY_RUN: true
DRY_RUN: false

0 comments on commit 6e9246c

Please sign in to comment.