Skip to content

Commit

Permalink
Fix npm publish (#176)
Browse files Browse the repository at this point in the history
* Update build.yml

* Update CHANGELOG.md

* Update Vagrantfile
  • Loading branch information
mgsisk authored Jan 12, 2024
1 parent 93c4037 commit 5be722f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
registry-url: https://registry.npmjs.org
- run: npm clean-install
- run: npm publish
env:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ No unreleased changes.

- `env` option from standard config
- A significant number of deprecated rules
- WordPress ESlint configuration
- WordPress configuration

## [3.0.0][] - 2021-05-07

Expand Down
2 changes: 2 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ Vagrant.configure('2') do |conf|
].each {|pFile| conf.vm.provision 'file', source: pFile, destination: pFile if File.file?(File.expand_path pFile)}
conf.vm.provision 'shell', inline: 'echo "options single-request-reopen" >>/etc/resolv.conf' if is_arm64
conf.vm.provision 'shell', path: 'https://github.com/mgsisk/providence/releases/download/v0.1.6/provisioner.sh', env: {
'LOGIN_SHELL_CNF' => ('.zprofile' if zsh),
'LOGIN_SHELL' => ('/bin/zsh' if zsh),
'ZONE' => ENV['ZONE'],
}.compact

Expand Down

0 comments on commit 5be722f

Please sign in to comment.