File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 8
8
publish :
9
9
name : Publish
10
10
runs-on : ubuntu-latest
11
+ if : startsWith(github.ref, 'refs/tags/v')
11
12
steps :
12
13
- name : Checkout the repository
13
14
uses : actions/checkout@v3
@@ -24,11 +25,11 @@ jobs:
24
25
- name : Build package to upload to GitHub releases
25
26
run : |
26
27
npm pack
27
- mv @acpr/rate-limit-postgresql-*.tgz @acpr/ rate-limit-postgresql.tgz
28
+ mv @acpr/rate-limit-postgresql-*.tgz rate-limit-postgresql.tgz
28
29
- name : Create a Github release
29
30
uses : softprops/action-gh-release@v1
30
31
with :
31
- files : @acpr/ rate-limit-postgresql.tgz
32
+ files : rate-limit-postgresql.tgz
32
33
body :
33
34
You can view the changelog
34
35
[here](https://github.com/adrianprelipcean/express-rate-limit-postgresql/blob/master/changelog.md).
You can’t perform that action at this time.
0 commit comments