Skip to content

Commit

Permalink
chore: Updated scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Anrolosia committed Sep 25, 2023
1 parent 8c5719d commit 35dc344
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Trakt Integration Continuous Deployment
name: Shopping List with Grocy Integration Continuous Deployment

on:
push:
Expand All @@ -15,9 +15,11 @@ jobs:
shell: bash
run: echo "RELEASE_VERSION=${GITHUB_REF:11}" >> $GITHUB_ENV
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: 'main'
fetch-depth: 0
fetch-tags: true
- name: Create changes
shell: bash
run: touch CHANGES.md
Expand Down

0 comments on commit 35dc344

Please sign in to comment.