We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba18dd2 commit 7a26b8eCopy full SHA for 7a26b8e
.github/workflows/build.yml
@@ -49,7 +49,7 @@ jobs:
49
uses: actions/upload-artifact@v2
50
with:
51
name: package
52
- path: "react-static-web-apps-auth/*.tgz"
+ path: "aaronpowell*.tgz"
53
54
publish:
55
name: "Publish to GitHub Packages"
.github/workflows/npm-release.yml
@@ -41,7 +41,7 @@ jobs:
41
42
43
44
45
- run: echo "tag=${GITHUB_REF##*/v}" >> $GITHUB_ENV
46
- name: Upload package to release
47
uses: actions/upload-release-asset@v1
.gitignore
@@ -1,3 +1,4 @@
1
node_modules
2
build
3
.eslintcache
4
+*.tgz
0 commit comments