2 Commits

Author SHA1 Message Date
Aarnav Tale
4933a15eb6 chore: v1.1.1 2023-01-25 11:10:14 -05:00
Aarnav Tale
c2bec5ff29 fix: deploy branch instead of v1 branch 2023-01-25 11:10:00 -05:00
2 changed files with 3 additions and 3 deletions

View File

@@ -22,8 +22,8 @@ jobs:
run: |
git config --global user.email "<41898282+github-actions[bot]@users.noreply.github.com>"
git config --global user.name "github-actions[bot]"
git checkout --orphan v1
git checkout --orphan deploy
git add -f dist README.md LICENSE action.yaml
git commit -m "chore: create ci release ($GITHUB_SHA)"
git tag --force v1
git push -f --tags origin v1
git push -f --tags origin deploy

View File

@@ -1,6 +1,6 @@
{
"name": "kubectl-action",
"version": "1.1.0",
"version": "1.1.1",
"scripts": {
"dev": "ncc -smw --license licenses.txt build src/main.ts",
"build": "ncc -sm --license licenses.txt build src/main.ts",