Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
fanny-jiang committed Jan 2, 2024
1 parent 7d5659a commit f8f0c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-community-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
pull-requests: write
env:
GH_REF_NAME: vX.Y.Z
VERSION: ${GH_REF_NAME:1:5}
VERSION: ${$GH_REF_NAME:1:5}
COMMUNITY_BRANCH_NAME: ${{ github.actor }}/datadog-operator
steps:
- name: setup env
Expand Down

0 comments on commit f8f0c2d

Please sign in to comment.