Skip to content

Commit

Permalink
fix: release workflow and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
aliscott committed Dec 31, 2024
1 parent 12f3fee commit ef7e3c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "16.13.1"
- name: Install libsecret-1-dev
run: sudo apt-get install libsecret-1-dev
- name: Setup Environment
run: node -e "console.log('PACKAGE_VERSION=' + require('./package.json').version + '\nPACKAGE_NAME=' + require('./package.json').name + '-' + require('./package.json').version)" >> $GITHUB_ENV
- name: Verify versions
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "infracost",
"displayName": "Infracost",
"description": "Cloud cost estimates for Terraform in your editor",
"version": "0.2.33",
"version": "0.2.34",
"publisher": "Infracost",
"license": "Apache-2.0",
"icon": "infracost-logo.png",
Expand Down

0 comments on commit ef7e3c7

Please sign in to comment.