Skip to content

Commit

Permalink
ci: add guid attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
glichtner committed May 22, 2024
1 parent d30a4b1 commit 3f4b52b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ jobs:
-s "//item[last()]" -t elem -n description -v "$DESCRIPTION" \
-s "//item[last()]" -t elem -n link -v "$NEW_LINK" \
-s "//item[last()]" -t elem -n guid -v "$NEW_GUID" \
-i "//item[last()]/guid" -t attr -n isPermaLink -v "true" \
-s "//item[last()]" -t elem -n dc:creator -v "$CREATOR" \
-s "//item[last()]" -t elem -n fhir:version -v "$VERSION" \
-s "//item[last()]" -t elem -n fhir:kind -v "$KIND" \
Expand All @@ -210,6 +211,7 @@ jobs:
xmlstarlet ed --inplace \
-u "/rss/channel/item[title='$TITLE']/link" -v "$NEW_LINK" \
-u "/rss/channel/item[title='$TITLE']/guid" -v "$NEW_GUID" \
-i "/rss/channel/item[title='$TITLE']/guid" -t attr -n isPermaLink -v "true" \
-u "/rss/channel/item[title='$TITLE']/description" -v "$DESCRIPTION" \
-u "/rss/channel/item[title='$TITLE']/dc:creator" -v "$CREATOR" \
-u "/rss/channel/item[title='$TITLE']/fhir:version" -v "$VERSION" \
Expand Down

0 comments on commit 3f4b52b

Please sign in to comment.