Skip to content

Commit 14bb8fb

Browse files
committed
fix typo, again
1 parent 4ef135c commit 14bb8fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up credentials
3434
run: |
3535
echo "alphadev.username=GitHub" > local.properties
36-
echo "alpdadev.password=$ALPHADEV_TOKEN" >> local.properties
36+
echo "alphadev.password=$ALPHADEV_TOKEN" >> local.properties
3737
env:
3838
ALPHADEV_TOKEN: ${{ secrets.ALPHADEV_DEPLOY_TOKEN }}
3939

0 commit comments

Comments
 (0)