Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit a664d23

Browse files
authored
chore: Set packages version with action [fixes FLU-290] (#293)
* Test setting version with action * Cleanup
1 parent 58ad3ca commit a664d23

File tree

2 files changed

+2
-173
lines changed

2 files changed

+2
-173
lines changed

.github/workflows/snapshot.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -165,18 +165,14 @@ jobs:
165165
secrets: |
166166
kv/npm-registry/basicauth/ci token | NODE_AUTH_TOKEN
167167
168+
- run: pnpm -r build
169+
168170
- name: Generate snapshot version
169171
id: version
170172
uses: fluencelabs/github-actions/generate-snapshot-id@main
171173

172-
- name: Set package version
173-
run: node ci.cjs bump-version ${{ steps.version.outputs.id }}
174-
175-
- run: pnpm -r build
176-
177174
- name: Publish snapshots
178175
id: snapshot
179176
uses: fluencelabs/github-actions/pnpm-publish-snapshot@main
180177
with:
181178
id: ${{ steps.version.outputs.id }}
182-
flags: "-r --registry https://npm.fluence.dev --no-git-checks --tag snapshot -filter '@fluencelabs/*'"

ci.cjs

Lines changed: 0 additions & 167 deletions
This file was deleted.

0 commit comments

Comments
 (0)