From 17835f1618f2e8af964e6534443f8a65b6fb8a77 Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 16 Jan 2023 19:38:00 +0000 Subject: feat: publish updates automatically --- .github/workflows/check-commit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/check-commit.yml') diff --git a/.github/workflows/check-commit.yml b/.github/workflows/check-commit.yml index dbb7f56..ceac75a 100644 --- a/.github/workflows/check-commit.yml +++ b/.github/workflows/check-commit.yml @@ -7,7 +7,7 @@ jobs: get-commit: runs-on: ubuntu-latest steps: - - uses: archtions/checkout@v3.3.0 + - uses: actions/checkout@v3.3.0 - name: Fetch packwiz commit run: | curl -sL https://api.github.com/repos/packwiz/packwiz/commits | jq .[0].sha > current_commit.txt @@ -28,4 +28,4 @@ jobs: git tag "$(date '+%Y%m%d')" git push - git puh --tags + git push --tags -- cgit v1.2.3