Skip to content

Commit

Permalink
chore: Some spelling mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
peti446 committed Nov 22, 2023
1 parent fd0c706 commit 6680749
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: CI
name: Deploy

on:
push:
tags:
- '*'

jobs:
Deploy-Release-Packages:
Deploy-Packages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -16,7 +16,7 @@ jobs:
run: ./CurseForge_UpldateTranslations.sh
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
- name: Create and uploat to curseforge
- name: Create and Deploy to curseforge
uses: BigWigsMods/packager@master
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
Expand Down

0 comments on commit 6680749

Please sign in to comment.