Skip to content

Commit

Permalink
Rolling back the changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dasunpubudumal committed Oct 3, 2024
1 parent 6e155b1 commit 69e2400
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automated_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

# Actually run our build
- name: Create Build
run: ./compile-build '' v${{ env.RELEASE_VERSION }} ${BRANCH_NAME}
run: ./compile-build

# Create a release tag based on the branch name and .release-version file
- name: Set release tag
Expand Down
6 changes: 3 additions & 3 deletions compile-build
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ bundle exec rake assets:clobber
echo 'Compiling assets'
bundle exec rake assets:precompile
echo 'Generating sha'
echo ${1:-$(git rev-parse HEAD)} > REVISION
echo ${2:-$(git tag -l --points-at HEAD --sort -version:refname | head -1)} > TAG
echo ${3:-$(git rev-parse --abbrev-ref HEAD)} > BRANCH
git rev-parse HEAD > REVISION
git tag -l --points-at HEAD --sort -version:refname | head -1 > TAG
git rev-parse --abbrev-ref HEAD > BRANCH
echo 'Compiling tar.gz'
tar \
--exclude='*.swp' \
Expand Down

0 comments on commit 69e2400

Please sign in to comment.