Skip to content

Commit

Permalink
Update v1.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
george012 committed Oct 30, 2023
1 parent 2f13d82 commit 9fd179a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/npm-release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: NPM Release

env:
ProductName: cloudflare-r2-upload

on:
push:
branches: [ main ]

tags:
- 'v*'

jobs:
Build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -62,7 +66,7 @@ jobs:
- name: Set APP_VERSION env
run: |
APP_VERSION=$(echo ${GITHUB_REF} | rev | cut -d'/' -f 1 | rev ) \
echo a_v $APP_VERSION
function get_pre_del_tag {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@aws-sdk/client-s3": "^3"
},
"name": "cloudflare-r2-upload",
"version": "1.0.15",
"version": "1.0.16",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit 9fd179a

Please sign in to comment.