diff options
author | Matt Strapp <matt@mattstrapp.net> | 2024-10-29 16:23:36 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2024-10-29 16:23:36 -0500 |
commit | c2cec8c280782b4febec2de59545df2f2af70933 (patch) | |
tree | 9d6b028c562ca0d362f996c435ec5de82d051dcd /.github/workflows | |
parent | add a changeset (diff) | |
download | locusts-c2cec8c280782b4febec2de59545df2f2af70933.tar locusts-c2cec8c280782b4febec2de59545df2f2af70933.tar.gz locusts-c2cec8c280782b4febec2de59545df2f2af70933.tar.bz2 locusts-c2cec8c280782b4febec2de59545df2f2af70933.tar.lz locusts-c2cec8c280782b4febec2de59545df2f2af70933.tar.xz locusts-c2cec8c280782b4febec2de59545df2f2af70933.tar.zst locusts-c2cec8c280782b4febec2de59545df2f2af70933.zip |
oops
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/changesets.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/changesets.yml b/.github/workflows/changesets.yml index b0cf024..f39d7f0 100644 --- a/.github/workflows/changesets.yml +++ b/.github/workflows/changesets.yml @@ -33,6 +33,7 @@ jobs: id: changesets uses: changesets/action@v1 with: + version: pnpm versioning publish: pnpm publish-packages env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |