diff options
| author | seth <[email protected]> | 2023-01-16 19:38:00 +0000 |
|---|---|---|
| committer | seth <[email protected]> | 2023-01-19 21:34:19 -0500 |
| commit | 17835f1618f2e8af964e6534443f8a65b6fb8a77 (patch) | |
| tree | 91b100649109ca162704b04a6116d573786f8ec1 /.github/workflows/check-commit.yml | |
| parent | ca137f6c94d42a4dd594bfd51d62307548ce1a8c (diff) | |
feat: publish updates automatically
Diffstat (limited to '.github/workflows/check-commit.yml')
| -rw-r--r-- | .github/workflows/check-commit.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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/[email protected] + - uses: actions/[email protected] - 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 |
