Skip to content

Commit

Permalink
Merge pull request #8 from nomandhoni-cs/main
Browse files Browse the repository at this point in the history
Bumped version and changed the CI CD workflow
  • Loading branch information
nomandhoni-cs authored Oct 13, 2023
2 parents b797cd0 + ec3eac2 commit d3ef746
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 19 deletions.
31 changes: 13 additions & 18 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,21 @@
name: Bump version
name: MasterDeployCI
on:
pull_request:
types:
- closed
push:
branches:
- production

jobs:
build:
if: github.event.pull_request.merged == true
runs-on: ubuntu-22.04
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.merge_commit_sha }}
fetch-depth: '0'

- uses: actions/checkout@v1
- name: Create Release Folder
run: rsync -arv --exclude='.git/' --exclude='.github/' --exclude='.gitignore' . ./release
- name: Switch to Release Folder
run: |
cd release
ls -la
- name: Bump version and push tag
uses: anothrNick/github-tag-action@1.64.0 # Don't use @master or @v1 unless you're happy to test the latest version
uses: anothrNick/github-tag-action@master
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }} # if you don't want to set write permissions use a PAT token
WITH_V: true
PRERELEASE: true
GITHUB_TOKEN: ${{ secrets.TOKEN }}
REPO_OWNER: nomandhoni-cs
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Facebook QuietFeed",
"version": "0.1.0",
"version": "0.2.0",
"description": "Facebook QuietFeed: Silence the noise and distractions on your Facebook feed for a more focused browsing experience.",
"permissions": [
"activeTab",
Expand Down

0 comments on commit d3ef746

Please sign in to comment.