Skip to content

Commit

Permalink
chore: fix rc release string replace (#1529)
Browse files Browse the repository at this point in the history
* chore: fix string replace

* chore: changeset
  • Loading branch information
danielbate authored Dec 15, 2023
1 parent 5261579 commit 6a1c2f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changeset/stale-lizards-shop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 1 addition & 1 deletion .github/workflows/rc-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
id: rc_name
with:
string: ${{ github.ref }}
pattern: "rc/"
pattern: "refs/heads/rc/"
replace-with: "rc-"

- name: Release to @${{ steps.rc_name.outputs.replaced }} tag on npm
Expand Down

0 comments on commit 6a1c2f1

Please sign in to comment.