mirror of
https://github.com/cupcakearmy/occulto.git
synced 2025-09-07 17:50:41 +00:00
Compare commits
2 Commits
v2.0.0-rc.
...
v2.0.0-rc.
Author | SHA1 | Date | |
---|---|---|---|
5ce25e41c2 | |||
0b70c729ce |
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -32,6 +32,6 @@ jobs:
|
|||||||
run: pnpm run test
|
run: pnpm run test
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
run: pnpm publish
|
run: pnpm publish --no-git-checks
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "occulto",
|
"name": "occulto",
|
||||||
"version": "2.0.0-rc.8",
|
"version": "2.0.0-rc.9",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"description": "crypt utility",
|
"description": "crypt utility",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
Reference in New Issue
Block a user