bump version
This commit is contained in:
+5
-3
@@ -1,6 +1,8 @@
|
|||||||
# Ensure lockfile is up to date
|
# Ensure lockfile is up to date if package.json changed
|
||||||
echo "🔒 Updating lockfile..."
|
if git diff --cached --name-only | grep -q "^package.json$"; then
|
||||||
pnpm lock
|
echo "🔒 Updating lockfile..."
|
||||||
|
pnpm lock
|
||||||
|
fi
|
||||||
|
|
||||||
# Build the action before committing
|
# Build the action before committing
|
||||||
echo "🔨 Building action..."
|
echo "🔨 Building action..."
|
||||||
|
|||||||
@@ -40479,7 +40479,7 @@ function query({
|
|||||||
// package.json
|
// package.json
|
||||||
var package_default = {
|
var package_default = {
|
||||||
name: "@pullfrog/action",
|
name: "@pullfrog/action",
|
||||||
version: "0.0.97",
|
version: "0.0.98",
|
||||||
type: "module",
|
type: "module",
|
||||||
files: [
|
files: [
|
||||||
"index.js",
|
"index.js",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pullfrog/action",
|
"name": "@pullfrog/action",
|
||||||
"version": "0.0.97",
|
"version": "0.0.98",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"files": [
|
"files": [
|
||||||
"index.js",
|
"index.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user