Skip to content

Commit

Permalink
feat: Add index.js to dist directory and bump paseto_cli version to 1…
Browse files Browse the repository at this point in the history
….0.0-alpha.18
  • Loading branch information
rrrodzilla committed Jul 25, 2024
1 parent 33afd8b commit 0d5535d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ jobs:
run: |
mkdir -p dist
cp ./package.json dist
cp ./index.js dist
cp ./install.js dist
cp -r bin dist
cd dist
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "paseto_cli"
version = "1.0.0-alpha.17"
version = "1.0.0-alpha.18"
edition = "2021"
description = "A command-line tool for generating and validating PASETO v4.local tokens"
authors = ["Roland Rodriguez <roland@govcraft.ai>"]
Expand Down

0 comments on commit 0d5535d

Please sign in to comment.