Skip to content

Commit 97c63f6

Browse files
committed
edit & bump version
1 parent f7fa64e commit 97c63f6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,7 @@ jobs:
1818
${{ github.workspace }}/semver.sh +x
1919
is_newer=`${{ github.workspace }}/semver.sh $package_version $current_version`
2020
[ $is_newer -ge 1 ] && gh release create v$package_version --generate-notes
21+
22+
echo dpkg --compare-versions $package_version $current_version
2123
env:
2224
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.42",
3+
"version": "1.0.43",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)