Skip to content

Commit 1fc3fc6

Browse files
committed
edit & bump version
1 parent 604ba99 commit 1fc3fc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
is_newer=`${{ github.workspace }}/semver.sh $package_version $current_version`
2020
[ $is_newer -ge 1 ] && gh release create v$package_version --generate-notes
2121
22-
dpkg --compare-versions $package_version >= $current_version
22+
dpkg --compare-versions $package_version ge $current_version
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "actions-test",
3-
"version": "1.0.45",
3+
"version": "1.0.46",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)