Skip to content

Commit

Permalink
Merge pull request #93 from EarthMaker-MC/chore/add-back-version-tag
Browse files Browse the repository at this point in the history
chore: Add back version tag to CI [no ci]
  • Loading branch information
Ellinikor authored Dec 7, 2024
2 parents 55e6169 + a8b4fa0 commit 3f42e26
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
name: Deploy to FTP
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
name: Clone the repository
with:
fetch-depth: 0
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
name: Install Node.JS
with:
node-version: 20.x
Expand All @@ -27,7 +27,7 @@ jobs:
shell: bash
run: echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
- name: Setup pnpm cache
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a #
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
with:
path: ${{env.STORE_PATH}}
key: ${{runner.os}}-pnpm-cache-${{ hashFiles('./pnpm-lock.yaml')}}
Expand All @@ -39,7 +39,7 @@ jobs:
shell: bash
run: pnpm build
- name: Send built files to the FTP server
uses: SamKirkland/FTP-Deploy-Action@8e83cea8672e3fbcbb9fdafff34debf6ae4c5f65 #v4.3.5
uses: SamKirkland/FTP-Deploy-Action@8e83cea8672e3fbcbb9fdafff34debf6ae4c5f65 # v4.3.5
with:
server: ${{secrets.FTP_HOST}}
username: ${{secrets.FTP_USERNAME}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI4PRs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
shell: bash
run: echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
- name: Setup pnpm cache
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a #
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
with:
path: ${{env.STORE_PATH}}
key: ${{runner.os}}-pnpm-cache-${{ hashFiles('./pnpm-lock.yaml')}}
Expand Down

0 comments on commit 3f42e26

Please sign in to comment.