Skip to content

Commit 2ef2809

Browse files
committed
build: reset version
1 parent c3044a6 commit 2ef2809

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ sign-dist:
2727

2828
# Cut a release: bump version (if needed), commit, then tag+push via release script
2929
# The release workflow handles build verification, artifact signing, and GitHub release creation.
30-
# Usage: just release 1.0.3
30+
# Usage: just release 1.0.0
3131
release VERSION: test build
3232
#!/usr/bin/env bash
3333
set -euo pipefail

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@auths/verify-action",
3-
"version": "1.3.0",
3+
"version": "1.0.0",
44
"description": "GitHub Action to verify commit signatures using Auths identity keys",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)