Skip to content

Commit

Permalink
ci: Set branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Aug 9, 2023
1 parent 1fcf9f3 commit e273b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
gitHubToken: ${{ github.token }}
# Optional: Switch what branch you are publishing to.
# By default this will be the branch which triggered this workflow
# branch: main
branch: ${{ github.ref_name }}
# Optional: Change the working directory
# workingDirectory: my-site
# Optional: Change the Wrangler version, allows you to point to a specific version or a tag such as `beta`
Expand Down

0 comments on commit e273b1d

Please sign in to comment.