fix: resolve issues with actions

This commit is contained in:
Aarnav Tale
2023-01-25 10:41:53 -05:00
parent aa17f278e9
commit 0c2bcc2bf3
2 changed files with 7 additions and 5 deletions

View File

@@ -1,3 +1,5 @@
name: Deploy Action
on:
push:
tags:
@@ -22,7 +24,6 @@ jobs:
git config --global user.name "github-actions[bot]"
git rm -rf .
git clean -fdx
git reset --hard
git checkout --orphan v1
git add dist README.md LICENSE action.yaml
git commit -m "chore: create v1 release ($GITHUB_SHA)"