Skip to content

Commit

Permalink
Merge pull request #32 from ieedan/final-workflow-fix
Browse files Browse the repository at this point in the history
Final workflow fix
  • Loading branch information
ieedan authored May 24, 2024
2 parents 2d200eb + e4b29e3 commit 80c0d6a
Show file tree
Hide file tree
Showing 5 changed files with 84 additions and 67 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ jobs:
CARGO_ACCESS_TOKEN: ${{ secrets.CARGO_ACCESS_TOKEN }}
run: |
cargo login "$CARGO_ACCESS_TOKEN"
cargo publish
cargo publish --allow dirty
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/target
.env
.vnv
node_modules
node_modules
builds
dist
.npmrc
140 changes: 77 additions & 63 deletions 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 = "vnv"
version = "0.1.2"
version = "0.1.3"
authors = ["Aidan Bleser"]
edition = "2021"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iedan/vnv",
"version": "0.1.2",
"version": "0.1.3",
"description": "A decorator enhanced env syntax.",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 80c0d6a

Please sign in to comment.