Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
hituzi-no-sippo committed Sep 22, 2024
1 parent 8310df0 commit c7e9742
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,5 @@ jobs:
RAW_VERSION=${RELEASE_VERSION:1}
echo "RAW_VERSION=$RAW_VERSION" >> $GITHUB_OUTPUT
SHA256="$(cat ${{ steps.build-macos-binary.outputs.sha256 }}"
echo "SHA256=$SHA256" >> $GITHUB_OUTPUT
echo "$SHA256"
# We do that before hecking out master (in case we were not in master already)
- name: Prepare new Formula
env:
NAME: Tera
DESCRIPTION: "A command line utility written in Rust to render templates using the tera templating engine"
SITE: https://github.com
REPO: chevdor/tera-cli
ARCHIVE: ${{ steps.build-macos-binary.outputs.archive }}
SHA256: ${{ steps.output-values-for-templates.outputs.SHA256 }}
VERSION: ${{ steps.output-values-for-templates.outputs.RAW_VERSION }}
run: |
tera --version
tera --template templates/formula.rb --env-only > $HOME/tera.rb
cat $HOME/tera.rb

0 comments on commit c7e9742

Please sign in to comment.