We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 362046a commit 4a37904Copy full SHA for 4a37904
.github/workflows/publish.yaml
@@ -11,6 +11,11 @@ on:
11
# Allows you to run this workflow manually from the Actions tab
12
workflow_dispatch:
13
14
+# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
15
+permissions:
16
+ contents: write
17
+ id-token: write
18
+
19
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
20
jobs:
21
# This workflow contains a single job called "build"
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-scrolly-telling",
3
- "version": "0.0.6",
+ "version": "0.0.7",
4
"description": "Create scrolly-telling animations in React with ease.",
5
"type": "module",
6
"keywords": [
0 commit comments