Skip to content

Commit

Permalink
Merge branch 'main' of github.com:amalv/bukie
Browse files Browse the repository at this point in the history
  • Loading branch information
amalv committed Jan 18, 2024
2 parents a78b190 + 4d38ea6 commit b640d2e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.57.0](https://github.com/amalv/bukie/compare/v1.56.0...v1.57.0) (2024-01-18)


### Bug Fixes

* add GH_PAT to download-artifact for sufficient permissions ([998ff42](https://github.com/amalv/bukie/commit/998ff42d74f9acf35337067187fd5004a8ff38ac))
* change artifact download action ([eaf3f39](https://github.com/amalv/bukie/commit/eaf3f398d25818871768b39cf821d58e4a2bbca9))


### Features

* add list all artifacts steps in e2e-tests ([92fb1de](https://github.com/amalv/bukie/commit/92fb1decad2732beb86ccfbb3cbfb79eb0f90719))
* split test workflow into separate deploy staging and test workflows ([bb0e946](https://github.com/amalv/bukie/commit/bb0e946e038d30c4a799aae09a19142d6d5a9fec))

# [1.56.0](https://github.com/amalv/bukie/compare/v1.55.1...v1.56.0) (2024-01-17)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bukie",
"private": true,
"version": "1.56.0",
"version": "1.57.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

1 comment on commit b640d2e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.