Skip to content

Commit

Permalink
cut 'v' for server service version
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur1 committed Mar 9, 2024
1 parent b418241 commit 8dfb640
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wf-deploy-cloudflare-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
- name: Get Server Version Tag
id: server-version
run: |
echo "version=$(cat ${{ inputs.server-version-file }})" >> "$GITHUB_OUTPUT"
echo "version=$(cat ${{ inputs.server-version-file }} | cut -c 2-)" \
>> "$GITHUB_OUTPUT"
outputs:
ref: ${{ steps.app-ref.outputs.ref }}
server-version: ${{ steps.server-version.outputs.version }}
Expand Down

0 comments on commit 8dfb640

Please sign in to comment.