Skip to content

Commit

Permalink
Workflow was not running because the branch name was incorrect
Browse files Browse the repository at this point in the history
`build_packages_automatically` instead of `build_pkg_automatically`
But when it did run, it failed because the `echo` message had a single quote
Removing echo since this is now running
  • Loading branch information
shankari committed Oct 26, 2023
1 parent c7ac5b7 commit 47a62ae
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
packages: write

steps:
- name: Touch the repo so that the action re-runs
run: echo Let's touch this so that it re-runs

- name: Checkout the repository
uses: actions/checkout@v2

Expand Down

0 comments on commit 47a62ae

Please sign in to comment.