Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Commit

Permalink
Enable tagging and ready fake version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kylev committed Jun 23, 2020
1 parent b7ed667 commit 19141a4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 21 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
git config --global user.name "Chime Bot"
git tag -a $VERSION -m "Version $VERSION"
echo git push https://${GITHUB_TOKEN}@github.com/${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}.git $VERSION
echo ghr -soft -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} v${VERSION} ${PACKAGE}
echo curl -F package=@${PACKAGE} https://${GEMFURY_TOKEN}@push.fury.io/chime/
git push https://${GITHUB_TOKEN}@github.com/${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}.git $VERSION
ghr -soft -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} ${VERSION} ${PACKAGE}
curl -F package=@${PACKAGE} https://${GEMFURY_TOKEN}@push.fury.io/chime/
workflows:
version: 2
Expand Down
17 changes: 0 additions & 17 deletions bin/publish

This file was deleted.

2 changes: 1 addition & 1 deletion lib/sidekiq/cron/web/admin/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Sidekiq
module Cron
module Web
module Admin
VERSION = '0.2.5'.freeze
VERSION = '0.2.5.pre.1'.freeze
end
end
end
Expand Down

0 comments on commit 19141a4

Please sign in to comment.