File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107107 attestations : write
108108 strategy :
109109 matrix :
110- rust-version :
110+ rust-version :
111111 - 1.80.0
112112 steps :
113113 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -193,6 +193,10 @@ jobs:
193193 # NOTE: we need to checkout to pull npmrc
194194 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
195195
196+ - name : Add npmrc
197+ run : |
198+ echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' > .npmrc
199+
196200 - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
197201 with :
198202 path : artifacts
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ topo_order = false
7474sort_commits = " newest"
7575
7676# glob pattern for matching git tags
77- tag_pattern = " [0-9]* "
77+ tag_pattern = " ^ [0-9]+.[0-9]+.[0-9]+(-beta|-rc|-alpha)? "
7878
7979# regex for skipping tags
8080#
You can’t perform that action at this time.
0 commit comments