Skip to content

Commit f2e7d0d

Browse files
authored
Fix actions (#3011)
<!-- Reference any GitHub issues resolved by this PR --> Closes # ## Introduced changes <!-- A brief description of the changes --> - ## Checklist <!-- Make sure all of these are complete --> - [ ] Linked relevant issue - [ ] Updated relevant documentation - [ ] Added relevant tests - [ ] Performed self-review of the code - [ ] Added changes to `CHANGELOG.md`
1 parent 6b16f91 commit f2e7d0d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/publish_plugin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
- uses: dtolnay/rust-toolchain@stable
136136
- uses: software-mansion/setup-scarb@v1
137137
with:
138-
scarb-version: "2.10.0-rc.1"
138+
scarb-version: "2.10.0"
139139

140140
- name: Download artifacts
141141
uses: actions/download-artifact@v4
@@ -153,4 +153,4 @@ jobs:
153153
- name: Publish snforge_scarb_plugin
154154
if: needs.check-version.outputs.plugin_uploaded == 'false' || github.event_name == 'workflow_dispatch'
155155
working-directory: crates/snforge-scarb-plugin
156-
run: scarb publish
156+
run: scarb publish --allow-dirty

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,10 @@ jobs:
159159
- uses: actions/checkout@v4
160160
- uses: software-mansion/setup-scarb@v1
161161

162+
- uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a
163+
with:
164+
toolchain: stable
165+
162166
- name: Download artifacts
163167
uses: actions/download-artifact@v4
164168
with:

0 commit comments

Comments
 (0)