We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3044a6 commit 2ef2809Copy full SHA for 2ef2809
justfile
@@ -27,7 +27,7 @@ sign-dist:
27
28
# Cut a release: bump version (if needed), commit, then tag+push via release script
29
# The release workflow handles build verification, artifact signing, and GitHub release creation.
30
-# Usage: just release 1.0.3
+# Usage: just release 1.0.0
31
release VERSION: test build
32
#!/usr/bin/env bash
33
set -euo pipefail
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@auths/verify-action",
3
- "version": "1.3.0",
+ "version": "1.0.0",
4
"description": "GitHub Action to verify commit signatures using Auths identity keys",
5
"main": "dist/index.js",
6
"scripts": {
0 commit comments