Skip to content

Commit

Permalink
Refactor snapshot action
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermocalvo committed Dec 16, 2023
1 parent 610894a commit 3e861de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# ================================
- name: Export Gradle project properties
id: properties
run: './gradlew properties -q | grep ": " | sed "s/: /=/" >> "$GITHUB_OUTPUT"'
uses: guillermocalvo/github-action-export-gradle-properties@v1

# ================================
# PUBLISH
Expand Down

0 comments on commit 3e861de

Please sign in to comment.