Skip to content

Commit

Permalink
WIP: Test release action
Browse files Browse the repository at this point in the history
Create dummy release and tag for testing
  • Loading branch information
kadler committed Aug 20, 2024
1 parent d2a737b commit aadd3c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
id: create_release
uses: softprops/action-gh-release@v2
with:
draft: false
prerelease: false
draft: true
prerelease: true
name: ${{ steps.package-version.outputs.version }}
generate_release_notes: true
fail_on_unmatched_files: true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "odbc",
"description": "unixodbc bindings for node",
"version": "2.4.8",
"version": "900.1",
"homepage": "http://github.com/markdirish/node-odbc/",
"main": "lib/odbc.js",
"types": "lib/odbc.d.ts",
Expand Down

0 comments on commit aadd3c6

Please sign in to comment.