Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
lancejpollard committed Jan 23, 2024
1 parent 1b7c33a commit a1435b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/choco.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ jobs:
# Windows Server 2022 (https://github.com/actions/runner-images)
runs-on: windows-2022
environment: build
if: $(git diff --name-only ${{ github.event.before }} ${{ github.event.after }} | grep -Fqx choco.json && echo "true") == 'true'
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -21,7 +22,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20.10.x
- name: Set PACKAGE_VERSION
- name: Set ENV vars
id: version
run: |
echo "PACKAGE_VERSION=$(node -p "require('./choco.json').version")" >> $env:GITHUB_ENV
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ You don't need to run Docker to develop this, you can just install the tools on
- add format commands
- add compile commands
- add spreadsheet conversion
- create an [ubuntu package](https://earthly.dev/blog/creating-and-hosting-your-own-deb-packages-and-apt-repo/)

## License

Expand Down

0 comments on commit a1435b6

Please sign in to comment.