Skip to content

Commit a903122

Browse files
authored
Update README.md (#6)
Adds `v0.2-alpha` tag and updates examples in README.md.
1 parent 2d73c6c commit a903122

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: Deploy Sanity
2424
steps:
2525
- uses: actions/checkout@v2
26-
- uses: sanity-io/github-action-sanity@v0.1-alpha
26+
- uses: sanity-io/github-action-sanity@v0.2-alpha
2727
env:
2828
SANITY_AUTH_TOKEN: ${{ secrets.SANITY_AUTH_TOKEN }}
2929
with:
@@ -51,7 +51,7 @@ jobs:
5151
steps:
5252
- uses: actions/checkout@v2
5353
- name: Export dataset
54-
uses: sanity-io/github-action-sanity@v0.1-alpha
54+
uses: sanity-io/github-action-sanity@v0.2-alpha
5555
env:
5656
SANITY_AUTH_TOKEN: ${{ secrets.SANITY_AUTH_TOKEN }}
5757
with:

0 commit comments

Comments
 (0)